Searched refs:quotip (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/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() 317 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 319 error = xfs_iext_count_may_overflow(quotip, XFS_DATA_FORK, in xfs_dquot_disk_alloc() 325 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc() 399 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read() local 404 lock_mode = xfs_ilock_data_map_shared(quotip); in xfs_dquot_disk_read() 410 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read() 417 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read() [all …]
|