Searched refs:quotip (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_dquot.c321 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); local
332 xfs_ilock(quotip, XFS_ILOCK_EXCL);
333 xfs_trans_ijoin(tp, quotip, 0);
344 error = xfs_iext_count_extend(tp, quotip, XFS_DATA_FORK,
350 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset,
405 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
416 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
433 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); local
438 lock_mode = xfs_ilock_data_map_shared(quotip);
444 xfs_iunlock(quotip, lock_mod
726 struct xfs_inode *quotip = xfs_quota_inode(mp, type); local
[all...]

Completed in 298 milliseconds