Searched refs:xfs_iget (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | Makefile | 41 xfs_iget.o \
|
D | xfs_qm_syscalls.c | 239 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()
|
D | xfs_export.c | 145 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
|
D | xfs_qm.c | 1119 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()
|
D | xfs_inode.h | 504 int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
|
D | xfs_iget.c | 417 xfs_iget( in xfs_iget() function
|
D | xfs_itable.c | 77 error = xfs_iget(mp, NULL, ino, in xfs_bulkstat_one_int()
|
D | xfs_rtalloc.c | 2247 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()
|
D | xfs_vnodeops.c | 820 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp); in xfs_lookup()
|
D | xfs_mount.c | 1325 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip); in xfs_mountfs()
|
D | xfs_log_recover.c | 3075 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xlog_recover_process_one_iunlink()
|
D | xfs_inode.c | 989 error = xfs_iget(tp->t_mountp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()
|