Lines Matching refs:free_list
947 xfs_bmap_free_t free_list; in xfs_alloc_file_space() local
1040 xfs_bmap_init(&free_list, &firstfsb); in xfs_alloc_file_space()
1043 0, imapp, &nimaps, &free_list); in xfs_alloc_file_space()
1051 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_alloc_file_space()
1076 xfs_bmap_cancel(&free_list); in xfs_alloc_file_space()
1176 xfs_bmap_free_t free_list; in xfs_free_file_space() local
1307 xfs_bmap_init(&free_list, &firstfsb); in xfs_free_file_space()
1310 0, 2, &firstfsb, &free_list, &done); in xfs_free_file_space()
1318 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_free_file_space()
1331 xfs_bmap_cancel(&free_list); in xfs_free_file_space()
1397 struct xfs_bmap_free free_list; in xfs_shift_file_space() local
1479 xfs_bmap_init(&free_list, &first_block); in xfs_shift_file_space()
1486 &done, stop_fsb, &first_block, &free_list, in xfs_shift_file_space()
1491 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_shift_file_space()