Searched refs:xfs_iget (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans_inode.c | 111 return xfs_iget(mp, NULL, ino, flags, lock_flags, ipp, 0); in xfs_trans_iget() 151 error = xfs_iget(tp->t_mountp, tp, ino, flags, lock_flags, &ip, 0); in xfs_trans_iget()
|
D | Makefile | 87 xfs_iget.o \
|
D | xfs_utils.c | 113 error = xfs_iget(dp->i_mount, NULL, *inum, 0, 0, ipp, 0); in xfs_dir_lookup_int()
|
D | xfs_inode.h | 479 int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
|
D | xfs_itable.c | 105 error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, bno); in xfs_bulkstat_one()
|
D | xfs_iget.c | 449 xfs_iget( in xfs_iget() function
|
D | xfs_rtalloc.c | 2351 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip, 0); in xfs_rtmount_inodes() 2356 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip, 0); in xfs_rtmount_inodes()
|
D | xfs_mount.c | 978 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip, 0);
|
D | xfs_vfsops.c | 1614 error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, 0); in xfs_vget()
|
D | xfs_log_recover.c | 3265 error = xfs_iget(mp, NULL, ino, 0, 0, &ip, 0); in xlog_recover_process_iunlinks()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_syscalls.c | 407 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, 0, 0, &qip, 0); in xfs_qm_scall_trunc_qfiles() 415 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, 0, 0, &qip, 0); in xfs_qm_scall_trunc_qfiles() 558 if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_scall_getqstat() 563 if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_scall_getqstat() 1343 if ((error = xfs_iget(mp, NULL, ino, 0, lock_flags, &ip, bno))) { in xfs_qm_internalqcheck_adjust()
|
D | xfs_qm.c | 1785 if ((error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_EXCL, &ip, bno))) { in xfs_qm_dqusage_adjust() 2012 if ((error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos() 2019 if ((error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_ioctl.c | 271 error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, 0); in xfs_vget_fsop_handlereq()
|