Home
last modified time | relevance | path

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

/Linux-v6.6/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_qm.c770 error = xfs_iget(mp, NULL, ino, 0, 0, ipp); in xfs_qm_qino_alloc()
1157 error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip); in xfs_qm_dqusage_adjust()
1544 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos()
1552 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos()
1560 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino, in xfs_qm_init_quotainos()
Dxfs_notify_failure.c85 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
Dxfs_quotaops.c33 if (xfs_iget(mp, NULL, ino, 0, 0, &ip)) in xfs_qm_fill_state()
Dxfs_itable.c75 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
Dxfs_qm_syscalls.c65 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile()
Dxfs_rtalloc.c1375 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes()
1384 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
Dxfs_inode.c669 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup()
815 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_init_new_inode()
1963 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
Dxfs_mount.c851 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
Dxfs_log_recover.c1760 error = xfs_iget(mp, NULL, ino, 0, 0, ipp); in xlog_recover_iget()
2690 error = xfs_iget(mp, NULL, in xlog_recover_iunlink_bucket()
Dxfs_icache.c735 xfs_iget( in xfs_iget() function
/Linux-v6.6/fs/xfs/scrub/
Dcommon.c736 return xfs_iget(sc->mp, sc->tp, inum, XFS_IGET_UNTRUSTED, 0, ipp); in xchk_iget()
787 error = xfs_iget(mp, tp, inum, in xchk_iget_agi()
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst3300 always obtained (``xfs_iget``) outside of transaction context because the