Searched refs:quotip (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dquot.c | 301 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc() local 307 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 313 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 318 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 319 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc() 393 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read() local 398 lock_mode = xfs_ilock_data_map_shared(quotip); in xfs_dquot_disk_read() 404 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read() 411 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read() 413 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read() [all …]
|