Lines Matching refs:free_list
970 xfs_bmap_free_t free_list; in xfs_alloc_file_space() local
1063 xfs_bmap_init(&free_list, &firstfsb); in xfs_alloc_file_space()
1066 resblks, imapp, &nimaps, &free_list); in xfs_alloc_file_space()
1074 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_alloc_file_space()
1099 xfs_bmap_cancel(&free_list); in xfs_alloc_file_space()
1214 xfs_bmap_free_t free_list; in xfs_free_file_space() local
1345 xfs_bmap_init(&free_list, &firstfsb); in xfs_free_file_space()
1348 0, 2, &firstfsb, &free_list, &done); in xfs_free_file_space()
1356 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_free_file_space()
1369 xfs_bmap_cancel(&free_list); in xfs_free_file_space()
1435 struct xfs_bmap_free free_list; in xfs_shift_file_space() local
1517 xfs_bmap_init(&free_list, &first_block); in xfs_shift_file_space()
1524 &done, stop_fsb, &first_block, &free_list, in xfs_shift_file_space()
1529 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_shift_file_space()
1539 xfs_bmap_cancel(&free_list); in xfs_shift_file_space()