Searched refs:quotip (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/ |
| 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() 317 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL); in xfs_dquot_disk_alloc() 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() 419 xfs_iunlock(quotip, lock_mode); in xfs_dquot_disk_read() 750 lock_flags = xfs_ilock_data_map_shared(quotip); in xfs_dq_get_next_id() 755 if (xfs_iext_lookup_extent(quotip, "ip->i_df, start, &cur, &got)) { in xfs_dq_get_next_id() [all …]
|
Completed in 27 milliseconds