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_may_overflow(quotip, XFS_DATA_FORK,
347 error = xfs_iext_count_upgrade(tp, quotip,
353 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset,
409 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
420 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
437 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); local
442 lock_mode = xfs_ilock_data_map_shared(quotip);
730 struct xfs_inode *quotip = xfs_quota_inode(mp, type); local
[all...]

Completed in 109 milliseconds