| /linux/fs/xfs/ |
| H A D | xfs_icache.h | 45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
|
| H A D | xfs_export.c | 126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
|
| H A D | xfs_notify_failure.c | 97 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
|
| H A D | xfs_verify_media.c | 58 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, 0, 0, &ip); in xfs_verify_report_data_lost()
|
| H A D | xfs_itable.c | 80 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
|
| H A D | xfs_inode.c | 553 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 D | xfs_icache.c | 766 xfs_iget( in xfs_iget() function 854 error = xfs_iget(mp, tp, ino, 0, 0, &ip); in xfs_trans_metafile_iget()
|
| H A D | xfs_zone_gc.c | 387 error = xfs_iget(mp, NULL, irec->rm_owner, in xfs_zone_gc_iter_next()
|
| H A D | xfs_mount.c | 1073 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
|
| H A D | xfs_log_recover.c | 1750 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 D | xfs_qm.c | 1340 error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip); in xfs_qm_dqusage_adjust()
|
| /linux/fs/xfs/scrub/ |
| H A 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()
|
| H A D | common.c | 973 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 D | scrub.c | 880 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 D | xfs-online-fsck-design.rst | 3177 always obtained (``xfs_iget``) outside of transaction context because the
|