Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_dquot.c308 xfs_ilock(quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc()
309 xfs_trans_ijoin(tp, quotip, 0); in xfs_dquot_disk_alloc()
323 error = xfs_iext_count_upgrade(tp, quotip, 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()
418 lock_mode = xfs_ilock_data_map_shared(quotip); in xfs_dquot_disk_read()
424 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read()
433 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read()
724 lock_flags = xfs_ilock_data_map_shared(quotip); in xfs_dq_get_next_id()
729 if (xfs_iext_lookup_extent(quotip, &quotip->i_df, start, &cur, &got)) { in xfs_dq_get_next_id()
[all …]