Searched refs:xfs_iget (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_icache.h | 45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
|
D | xfs_export.c | 126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
|
D | xfs_notify_failure.c | 92 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
|
D | xfs_itable.c | 75 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
|
D | xfs_qm.c | 780 error = xfs_iget(mp, NULL, ino, 0, 0, ipp); in xfs_qm_qino_alloc() 1173 error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip); in xfs_qm_dqusage_adjust() 1575 return xfs_iget(mp, NULL, ino, 0, 0, ipp); in xfs_qm_qino_load()
|
D | xfs_rtalloc.c | 1144 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes() 1155 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
|
D | xfs_inode.c | 553 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup() 588 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_icreate() 1542 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
|
D | xfs_mount.c | 873 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
|
D | xfs_log_recover.c | 1750 error = xfs_iget(mp, NULL, ino, 0, 0, ipp); in xlog_recover_iget() 2729 error = xfs_iget(mp, NULL, in xlog_recover_iunlink_bucket()
|
D | xfs_icache.c | 779 xfs_iget( in xfs_iget() function
|
/linux-6.12.1/fs/xfs/scrub/ |
D | iscan.c | 446 error = xfs_iget(sc->mp, sc->tp, ino, ISCAN_IGET_FLAGS, 0, in xchk_iscan_iget() 519 error = xfs_iget(sc->mp, sc->tp, ino, ISCAN_IGET_FLAGS, 0, in xchk_iscan_iget()
|
D | common.c | 787 return xfs_iget(sc->mp, sc->tp, inum, XCHK_IGET_FLAGS, 0, ipp); in xchk_iget() 838 error = xfs_iget(mp, tp, inum, XFS_IGET_NORETRY | XCHK_IGET_FLAGS, 0, in xchk_iget_agi()
|
D | scrub.c | 811 error = xfs_iget(mp, tp, head->svh_ino, XCHK_IGET_FLAGS, 0, &ip); in xchk_scrubv_open_by_handle()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 3293 always obtained (``xfs_iget``) outside of transaction context because the
|