Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_icache.h42 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.c774 error = xfs_iget(mp, NULL, ino, 0, 0, ip); in xfs_qm_qino_alloc()
1156 error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip); in xfs_qm_dqusage_adjust()
1506 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos()
1514 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos()
1522 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino, in xfs_qm_init_quotainos()
Dxfs_quotaops.c33 if (xfs_iget(mp, NULL, ino, 0, 0, &ip)) in xfs_qm_fill_state()
Dxfs_itable.c70 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
Dxfs_rtalloc.c1267 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes()
1272 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
Dxfs_icache.c610 xfs_iget( in xfs_iget() function
707 error = xfs_iget(mp, tp, ino, XFS_IGET_INCORE, 0, &ip); in xfs_icache_inode_is_allocated()
Dxfs_bmap_item.c479 error = xfs_iget(mp, NULL, bmap->me_owner, 0, 0, &ip); in xfs_bui_item_recover()
Dxfs_qm_syscalls.c281 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile()
Dxfs_mount.c857 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
Dxfs_inode.c687 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup()
845 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()
Dxfs_log_recover.c2676 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xlog_recover_process_one_iunlink()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dparent.c172 error = xfs_iget(mp, sc->tp, dnum, XFS_IGET_UNTRUSTED, 0, &dp); in xchk_parent_validate()
Dcommon.c689 error = xfs_iget(mp, NULL, sc->sm->sm_ino, in xchk_get_inode()
Ddir.c70 error = xfs_iget(mp, sdc->sc->tp, inum, 0, 0, &ip); in xchk_dir_check_ftype()