Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
DMakefile41 xfs_iget.o \
Dxfs_qm_syscalls.c239 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile()
435 if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_scall_getqstat()
440 if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_scall_getqstat()
Dxfs_export.c145 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
Dxfs_qm.c1119 error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_EXCL, &ip); in xfs_qm_dqusage_adjust()
1354 if ((error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos()
1361 if ((error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos()
Dxfs_inode.h504 int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
Dxfs_iget.c417 xfs_iget( in xfs_iget() function
Dxfs_itable.c77 error = xfs_iget(mp, NULL, ino, in xfs_bulkstat_one_int()
Dxfs_rtalloc.c2247 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes()
2252 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
Dxfs_vnodeops.c820 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup()
Dxfs_mount.c1325 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip); in xfs_mountfs()
Dxfs_log_recover.c3075 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xlog_recover_process_one_iunlink()
Dxfs_inode.c989 error = xfs_iget(tp->t_mountp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()