Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_dquot.c352 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc() local
363 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc()
364 xfs_trans_ijoin(tp, quotip, 0); in xfs_dquot_disk_alloc()
375 error = xfs_iext_count_extend(tp, quotip, XFS_DATA_FORK, in xfs_dquot_disk_alloc()
381 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc()
436 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc()
447 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc()
464 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read() local
469 lock_mode = xfs_ilock_data_map_shared(quotip); in xfs_dquot_disk_read()
475 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read()
[all …]