Home
last modified time | relevance | path

Searched refs:rfs (Results 1 – 6 of 6) sorted by relevance

/third_party/e2fsprogs/resize/
Dresize2fs.c45 static errcode_t adjust_superblock(ext2_resize_t rfs, blk64_t new_size);
46 static errcode_t blocks_to_move(ext2_resize_t rfs);
47 static errcode_t block_mover(ext2_resize_t rfs);
48 static errcode_t inode_scan_and_fix(ext2_resize_t rfs);
49 static errcode_t inode_ref_fix(ext2_resize_t rfs);
50 static errcode_t move_itables(ext2_resize_t rfs);
56 static errcode_t clear_sparse_super2_last_group(ext2_resize_t rfs);
57 static errcode_t reserve_sparse_super2_last_group(ext2_resize_t rfs,
59 static errcode_t resize_group_descriptors(ext2_resize_t rfs, blk64_t new_size);
60 static errcode_t move_bg_metadata(ext2_resize_t rfs);
[all …]
Dresize2fs.h127 errcode_t (*progress)(ext2_resize_t rfs, int pass,
145 errcode_t (*progress)(ext2_resize_t rfs,
176 extern void print_resource_track(ext2_resize_t rfs,
Dresource_track.c60 void print_resource_track(ext2_resize_t rfs, struct resource_track *track, in print_resource_track() argument
71 if ((rfs->flags & RESIZE_DEBUG_RTRACK) == 0) in print_resource_track()
Dmain.c57 static errcode_t resize_progress_func(ext2_resize_t rfs, int pass, in resize_progress_func() argument
64 progress = (ext2_sim_progmeter) rfs->prog_data; in resize_progress_func()
96 rfs->prog_data = (void *) progress; in resize_progress_func()
104 rfs->prog_data = 0; in resize_progress_func()
/third_party/FatFs/source/
Dff.h478 FRESULT mount_volume (const TCHAR **path, FATFS **rfs, BYTE mode);
Dff.c2779 FATFS** rfs, /* Pointer to pointer to the found filesystem object */ in mount_volume() argument
2793 *rfs = 0; in mount_volume()
2803 *rfs = fs; /* Return pointer to the filesystem object */ in mount_volume()
2947 FATFS** rfs /* Pointer to pointer to the owner filesystem object to return */ in validate() argument
2974 *rfs = (res == FR_OK) ? obj->fs : 0; /* Corresponding filesystem object */ in validate()