Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_iomap.c140 uint qblocks, resblks, resrtextents; in xfs_iomap_write_direct() local
179 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
185 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()
207 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, 0, quota_flag); in xfs_iomap_write_direct()
257 xfs_trans_unreserve_quota_nblks(tp, ip, qblocks, 0, quota_flag); in xfs_iomap_write_direct()
Dxfs_vnodeops.c2243 uint qblocks, resblks, resrtextents; in xfs_alloc_file_space() local
2301 resrtextents = qblocks = resblks; in xfs_alloc_file_space()
2307 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resblks); in xfs_alloc_file_space()
2331 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks, in xfs_alloc_file_space()
2379 xfs_trans_unreserve_quota_nblks(tp, ip, qblocks, 0, quota_flag); in xfs_alloc_file_space()