Searched refs:xfs_iget (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_icache.h | 51 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
|
D | xfs_export.c | 141 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
|
D | xfs_qm.c | 746 error = xfs_iget(mp, NULL, ino, 0, 0, ip); in xfs_qm_qino_alloc() 1152 error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_EXCL, &ip); in xfs_qm_dqusage_adjust() 1499 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos() 1507 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos() 1515 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino, in xfs_qm_init_quotainos()
|
D | xfs_quotaops.c | 46 if (xfs_iget(mp, NULL, ino, 0, 0, &ip)) in xfs_qm_fill_state()
|
D | xfs_rtalloc.c | 1230 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes() 1235 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
|
D | xfs_itable.c | 72 error = xfs_iget(mp, NULL, ino, in xfs_bulkstat_one_int()
|
D | xfs_qm_syscalls.c | 233 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile()
|
D | xfs_mount.c | 860 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip); in xfs_mountfs()
|
D | xfs_icache.c | 389 xfs_iget( in xfs_iget() function
|
D | xfs_inode.c | 695 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup() 780 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()
|
D | xfs_log_recover.c | 4012 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xlog_recover_process_one_iunlink()
|