Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_dquot.c363 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc()
364 xfs_trans_ijoin(tp, quotip, 0); 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()
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()
482 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read()
484 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read()
778 lock_flags = xfs_ilock_data_map_shared(quotip); in xfs_dq_get_next_id()
783 if (xfs_iext_lookup_extent(quotip, &quotip->i_df, start, &cur, &got)) { in xfs_dq_get_next_id()
[all …]