Searched refs:quotip (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_dquot.c | 302 xfs_inode_t *quotip, in xfs_qm_dqalloc() argument 321 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc() 327 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc() 331 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc() 333 error = xfs_bmapi_write(tp, quotip, offset_fsb, in xfs_qm_dqalloc() 399 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc() 466 struct xfs_inode *quotip = xfs_dq_to_quota_inode(dqp); in xfs_qm_dqtobp() local 474 lock_mode = xfs_ilock_data_map_shared(quotip); in xfs_qm_dqtobp() 480 xfs_iunlock(quotip, lock_mode); in xfs_qm_dqtobp() 487 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_qm_dqtobp() [all …]
|