Searched refs:quotip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot.c | 297 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc() local 308 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 309 xfs_trans_ijoin(tp, quotip, 0); in xfs_dquot_disk_alloc() 320 error = xfs_iext_count_may_overflow(quotip, XFS_DATA_FORK, in xfs_dquot_disk_alloc() 323 error = xfs_iext_count_upgrade(tp, quotip, in xfs_dquot_disk_alloc() 329 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc() 385 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 396 xfs_iunlock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 413 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read() local 418 lock_mode = xfs_ilock_data_map_shared(quotip); in xfs_dquot_disk_read() 703 struct xfs_inode *quotip = xfs_quota_inode(mp, type); xfs_dq_get_next_id() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A 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_mod in xfs_dquot_disk_read() 723 struct xfs_inode *quotip = xfs_quota_inode(mp, type); xfs_dq_get_next_id() local [all...] |
Completed in 2 milliseconds