Lines Matching refs:resblks
971 uint qblocks, resblks, resrtextents; in xfs_alloc_file_space() local
1026 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space()
1028 resrtextents = qblocks = resblks; in xfs_alloc_file_space()
1030 resblks = XFS_DIOSTRAT_SPACE_RES(mp, 0); in xfs_alloc_file_space()
1034 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resblks); in xfs_alloc_file_space()
1043 resblks, resrtextents); in xfs_alloc_file_space()
1066 resblks, imapp, &nimaps, &free_list); in xfs_alloc_file_space()
1221 uint resblks; in xfs_free_file_space() local
1311 resblks = XFS_DIOSTRAT_SPACE_RES(mp, 0); in xfs_free_file_space()
1320 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, resblks, 0); in xfs_free_file_space()
1336 resblks, 0, XFS_QMOPT_RES_REGBLKS); in xfs_free_file_space()