Searched refs:to_free (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.h33 PedTimer* timer, unsigned int to_free);
H A Dreloc_plus.h33 PedTimer* timer, unsigned int to_free);
H A Dhfs.c198 unsigned int block, to_free; local
253 to_free = ( fs->geom->length - geom->length
256 block = hfs_find_start_pack (fs, to_free);
257 if (!hfs_pack_free_space_from_block (fs, block, timer, to_free)) {
601 unsigned int block, to_free, old_blocks; local
632 to_free = ( priv_data->plus_geom->length
635 block = hfsplus_find_start_pack (fs, to_free);
636 if (!hfsplus_pack_free_space_from_block (fs, block, timer, to_free)) {
H A Dreloc.c587 PedTimer* timer, unsigned int to_free)
597 + 1 - start - to_free;
586 hfs_pack_free_space_from_block(PedFileSystem *fs, unsigned int fblock, PedTimer* timer, unsigned int to_free) argument
H A Dreloc_plus.c857 PedTimer* timer, unsigned int to_free)
867 + 1 - start - to_free;
856 hfsplus_pack_free_space_from_block(PedFileSystem *fs, unsigned int fblock, PedTimer* timer, unsigned int to_free) argument
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlcnalloc.c757 s64 nr_freed, delta, to_free; local
786 to_free = rl->length - delta;
787 if (count >= 0 && to_free > count)
788 to_free = count;
793 to_free))
795 /* We have freed @to_free real clusters. */
796 nr_freed = to_free;
805 count -= to_free;
824 to_free = rl->length;
825 if (count >= 0 && to_free > coun
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c306 dapls_tavor_wrid_list_hdr_t *container, *to_free; local
317 to_free = container;
324 consume_wqhdr = dapli_tavor_wrid_list_reap(to_free);
346 dapls_tavor_wrid_list_hdr_t *container, *to_free; local
381 to_free = container;
391 (void) dapli_tavor_wrid_list_reap(to_free);

Completed in 53 milliseconds