Searched refs:xfs_iget (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_icache.h | 42 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
|
D | xfs_export.c | 126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
|
D | xfs_qm.c | 774 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()
|
D | xfs_quotaops.c | 33 if (xfs_iget(mp, NULL, ino, 0, 0, &ip)) in xfs_qm_fill_state()
|
D | xfs_itable.c | 70 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
|
D | xfs_rtalloc.c | 1267 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()
|
D | xfs_icache.c | 610 xfs_iget( in xfs_iget() function 707 error = xfs_iget(mp, tp, ino, XFS_IGET_INCORE, 0, &ip); in xfs_icache_inode_is_allocated()
|
D | xfs_bmap_item.c | 479 error = xfs_iget(mp, NULL, bmap->me_owner, 0, 0, &ip); in xfs_bui_item_recover()
|
D | xfs_qm_syscalls.c | 281 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile()
|
D | xfs_mount.c | 857 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
|
D | xfs_inode.c | 687 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()
|
D | xfs_log_recover.c | 2676 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xlog_recover_process_one_iunlink()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | parent.c | 172 error = xfs_iget(mp, sc->tp, dnum, XFS_IGET_UNTRUSTED, 0, &dp); in xchk_parent_validate()
|
D | common.c | 689 error = xfs_iget(mp, NULL, sc->sm->sm_ino, in xchk_get_inode()
|
D | dir.c | 70 error = xfs_iget(mp, sdc->sc->tp, inum, 0, 0, &ip); in xchk_dir_check_ftype()
|