Home
last modified time | relevance | path

Searched refs:xfs_iget (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_icache.h45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
Dxfs_export.c126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
Dxfs_notify_failure.c92 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
Dxfs_itable.c75 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
Dxfs_qm.c780 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()
Dxfs_rtalloc.c1144 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()
Dxfs_inode.c553 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()
Dxfs_mount.c873 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
Dxfs_log_recover.c1750 error = xfs_iget(mp, NULL, ino, 0, 0, ipp); in xlog_recover_iget()
2729 error = xfs_iget(mp, NULL, in xlog_recover_iunlink_bucket()
Dxfs_icache.c779 xfs_iget( in xfs_iget() function
/linux-6.12.1/fs/xfs/scrub/
Discan.c446 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()
Dcommon.c787 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()
Dscrub.c811 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/
Dxfs-online-fsck-design.rst3293 always obtained (``xfs_iget``) outside of transaction context because the