Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_icache.h45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
Dxfs_export.c129 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
Dxfs_qm.c768 error = xfs_iget(mp, NULL, ino, 0, 0, ip); in xfs_qm_qino_alloc()
1148 error = xfs_iget(mp, NULL, ino, XFS_IGET_DONTCACHE, 0, &ip); in xfs_qm_dqusage_adjust()
1516 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos()
1524 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos()
1532 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino, in xfs_qm_init_quotainos()
Dxfs_quotaops.c34 if (xfs_iget(mp, NULL, ino, 0, 0, &ip)) in xfs_qm_fill_state()
Dxfs_bmap_item.c453 error = xfs_iget(mp, tp, bmap->me_owner, 0, XFS_ILOCK_EXCL, &ip); in xfs_bui_recover()
Dxfs_rtalloc.c1218 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes()
1223 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
714 error = xfs_iget(mp, tp, ino, XFS_IGET_INCORE, 0, &ip); in xfs_icache_inode_is_allocated()
Dxfs_itable.c51 error = xfs_iget(mp, NULL, ino, in xfs_bulkstat_one_int()
Dxfs_qm_syscalls.c222 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile()
Dxfs_mount.c897 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
Dxfs_inode.c703 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup()
798 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()
Dxfs_log_recover.c5062 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xlog_recover_process_one_iunlink()
/linux-4.19.296/fs/xfs/scrub/
Dparent.c165 error = xfs_iget(mp, sc->tp, dnum, XFS_IGET_UNTRUSTED, 0, &dp); in xchk_parent_validate()
Dcommon.c678 error = xfs_iget(mp, NULL, sc->sm->sm_ino, in xchk_get_inode()
Ddir.c80 error = xfs_iget(mp, sdc->sc->tp, inum, 0, 0, &ip); in xchk_dir_check_ftype()