Lines Matching refs:quotip
301 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype);
307 xfs_ilock(quotip, XFS_ILOCK_EXCL);
313 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
318 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL);
319 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset,
393 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype);
398 lock_mode = xfs_ilock_data_map_shared(quotip);
404 xfs_iunlock(quotip, lock_mode);
411 error = xfs_bmapi_read(quotip, dqp->q_fileoffset,
413 xfs_iunlock(quotip, lock_mode);
723 struct xfs_inode *quotip = xfs_quota_inode(mp, type);
744 lock_flags = xfs_ilock_data_map_shared(quotip);
745 if (!(quotip->i_df.if_flags & XFS_IFEXTENTS)) {
746 error = xfs_iread_extents(NULL, quotip, XFS_DATA_FORK);
751 if (xfs_iext_lookup_extent(quotip, "ip->i_df, start, &cur, &got)) {
760 xfs_iunlock(quotip, lock_flags);