Home
last modified time | relevance | path

Searched refs:free_start (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dpunch.c195 blk64_t lfree_start, blk64_t free_start, in punch_extent_blocks() argument
207 ext2fs_block_alloc_stats2(fs, free_start++, -1); in punch_extent_blocks()
216 if (free_start & EXT2FS_CLUSTER_MASK(fs)) { in punch_extent_blocks()
222 ext2fs_block_alloc_stats2(fs, free_start, -1); in punch_extent_blocks()
226 (free_start & EXT2FS_CLUSTER_MASK(fs)); in punch_extent_blocks()
230 free_start += cluster_freed; in punch_extent_blocks()
236 ext2fs_block_alloc_stats2(fs, free_start, -1); in punch_extent_blocks()
240 free_start += cluster_freed; in punch_extent_blocks()
251 ext2fs_block_alloc_stats2(fs, free_start, -1); in punch_extent_blocks()
268 blk64_t free_start, next, lfree_start; in ext2fs_punch_extent() local
[all …]
/external/mtools/
Dmk_direntry.c455 ssp->free_start = match_pos - ssp->size_needed + 1; in get_slots()
495 (ssp->free_end - ssp->free_start >= ssp->size_needed)) { in write_slots()
497 ssp->free_start, &entry); in write_slots()
501 ssp->free_start, &entry); in write_slots()
Dvfat.h81 unsigned int free_start; member
Dvfat.c703 ssp->free_start = dce->beginSlot; in accountFreeSlots()
707 if(ssp->free_end - ssp->free_start >= ssp->size_needed) { in accountFreeSlots()
709 ssp->slot = ssp->free_start + ssp->size_needed - 1; in accountFreeSlots()
717 s->free_end = s->got_slots = s->free_start = 0; in clear_scan()