Lines Matching defs:fs

51 hfsplus_effect_move_extent (PedFileSystem *fs, unsigned int *ptr_fblock,
55 fs->type_specific;
166 hfsplus_update_vh (PedFileSystem *fs)
169 fs->type_specific;
184 hfsplus_do_move (PedFileSystem* fs, unsigned int *ptr_src,
189 fs->type_specific;
195 new_start = hfsplus_effect_move_extent (fs, ptr_src, ptr_dest,
230 if (!hfsplus_update_vh(fs))
236 if (!hfsj_update_jib(fs, new_start))
241 if (!hfsj_update_jl(fs, new_start))
324 hfsplus_save_allocation(PedFileSystem *fs)
327 fs->type_specific;
357 hfsplus_move_extent_starting_at (PedFileSystem *fs, unsigned int *ptr_fblock,
368 new_start = hfsplus_do_move(fs, ptr_fblock, ptr_to_fblock, cache, ref);
371 new_start = hfsplus_do_move(fs, &new_start, ptr_to_fblock,
377 hfsplus_save_allocation(fs);
382 hfsplus_cache_from_vh(HfsCPrivateCache* cache, PedFileSystem* fs,
386 fs->type_specific;
474 hfsplus_cache_from_catalog(HfsCPrivateCache* cache, PedFileSystem* fs,
478 fs->type_specific;
600 hfsplus_cache_from_extent(HfsCPrivateCache* cache, PedFileSystem* fs,
604 fs->type_specific;
714 hfsplus_cache_from_attributes(HfsCPrivateCache* cache, PedFileSystem* fs,
718 fs->type_specific;
825 hfsplus_cache_extents(PedFileSystem* fs, PedTimer* timer)
828 fs->type_specific;
837 if (!hfsplus_cache_from_vh(ret, fs, timer) ||
838 !hfsplus_cache_from_catalog(ret, fs, timer) ||
839 !hfsplus_cache_from_extent(ret, fs, timer) ||
840 !hfsplus_cache_from_attributes(ret, fs, timer)) {
856 hfsplus_pack_free_space_from_block (PedFileSystem *fs, unsigned int fblock,
861 fs->type_specific;
872 cache = hfsplus_cache_extents (fs, timer);
901 if (!hfsplus_read_bad_blocks (fs)) {
913 && (!hfsplus_is_bad_block (fs, fblock))) {
914 if (!(ret = hfsplus_move_extent_starting_at (fs,