Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.h45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
H A Dxfs_export.c126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
H A Dxfs_notify_failure.c97 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
H A Dxfs_verify_media.c58 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, 0, 0, &ip); in xfs_verify_report_data_lost()
H A Dxfs_itable.c80 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
H A Dxfs_inode.c553 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup()
600 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_icreate()
1567 error = xfs_iget(mp, tp, xfs_agino_to_ino(pag, next_agino), in xfs_iunlink_reload_next()
H A Dxfs_icache.c766 xfs_iget( in xfs_iget() function
854 error = xfs_iget(mp, tp, ino, 0, 0, &ip); in xfs_trans_metafile_iget()
H A Dxfs_zone_gc.c387 error = xfs_iget(mp, NULL, irec->rm_owner, in xfs_zone_gc_iter_next()
H A Dxfs_mount.c1073 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
H A Dxfs_log_recover.c1750 error = xfs_iget(mp, NULL, ino, 0, 0, ipp); in xlog_recover_iget()
2734 error = xfs_iget(mp, NULL, xfs_agino_to_ino(pag, agino), 0, 0, in xlog_recover_iunlink_bucket()
H A Dxfs_qm.c1340 error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip); in xfs_qm_dqusage_adjust()
/linux/fs/xfs/scrub/
H A 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()
H A Dcommon.c973 return xfs_iget(sc->mp, sc->tp, inum, XCHK_IGET_FLAGS, 0, ipp); in xchk_iget()
1024 error = xfs_iget(mp, tp, inum, XFS_IGET_NORETRY | XCHK_IGET_FLAGS, 0, in xchk_iget_agi()
H A Dscrub.c880 error = xfs_iget(mp, tp, head->svh_ino, XCHK_IGET_FLAGS, 0, &ip); in xchk_scrubv_open_by_handle()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3177 always obtained (``xfs_iget``) outside of transaction context because the