Searched refs:xfs_iget (Results 1 – 14 of 14) sorted by relevance
/fs/xfs/ |
D | xfs_icache.h | 42 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
|
D | xfs_qm.c | 770 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() 1519 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos() 1527 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos() 1535 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino, in xfs_qm_init_quotainos()
|
D | xfs_export.c | 126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
|
D | xfs_quotaops.c | 33 if (xfs_iget(mp, NULL, ino, 0, 0, &ip)) in xfs_qm_fill_state()
|
D | xfs_itable.c | 72 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int()
|
D | xfs_rtalloc.c | 1299 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes() 1304 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
|
D | xfs_qm_syscalls.c | 65 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile()
|
D | xfs_icache.c | 725 xfs_iget( in xfs_iget() function 822 error = xfs_iget(mp, tp, ino, XFS_IGET_INCORE, 0, &ip); in xfs_icache_inode_is_allocated()
|
D | xfs_mount.c | 798 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
|
D | xfs_log_recover.c | 1767 error = xfs_iget(mp, NULL, ino, 0, 0, ipp); in xlog_recover_iget() 2713 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xlog_recover_process_one_iunlink()
|
D | xfs_inode.c | 684 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup() 830 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_init_new_inode()
|
/fs/xfs/scrub/ |
D | parent.c | 171 error = xfs_iget(mp, sc->tp, dnum, XFS_IGET_UNTRUSTED, 0, &dp); in xchk_parent_validate()
|
D | common.c | 658 error = xfs_iget(mp, NULL, sc->sm->sm_ino, in xchk_get_inode()
|
D | dir.c | 74 error = xfs_iget(mp, sdc->sc->tp, inum, 0, 0, &ip); in xchk_dir_check_ftype()
|