Searched refs:qblocks (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_iomap.c | 160 uint qblocks, resblks, resrtextents; in xfs_iomap_write_direct() local 198 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct() 204 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct() 245 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, 0, quota_flag); in xfs_iomap_write_direct() 284 xfs_trans_unreserve_quota_nblks(tp, ip, (long)qblocks, 0, quota_flag); in xfs_iomap_write_direct() 316 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle() argument 326 *qblocks = 0; in xfs_quota_calc_throttle() 344 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle() 345 *qblocks = freesp; in xfs_quota_calc_throttle() 381 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size() local [all …]
|
D | xfs_bmap_util.c | 877 uint qblocks, resblks, resrtextents; in xfs_alloc_file_space() local 935 resrtextents = qblocks = resblks; in xfs_alloc_file_space() 941 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resblks); in xfs_alloc_file_space() 962 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, in xfs_alloc_file_space() 997 xfs_trans_unreserve_quota_nblks(tp, ip, (long)qblocks, 0, quota_flag); in xfs_alloc_file_space()
|