/aosp_15_r20/external/lua/src/ |
H A D | lcode.c | 73 static TValue *const2val (FuncState *fs, const expdesc *e) { in const2val() 83 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const() 115 static Instruction *previousinstruction (FuncState *fs) { in previousinstruction() 130 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() 153 static int getjump (FuncState *fs, int pc) { in getjump() 166 static void fixjump (FuncState *fs, int pc, int dest) { in fixjump() 180 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() 198 int luaK_jump (FuncState *fs) { in luaK_jump() 206 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() 221 static int condjump (FuncState *fs, OpCode op, int A, int B, int C, int k) { in condjump() [all …]
|
H A D | lparser.c | 74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() 87 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit() 175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) { in registerlocalvar() 195 FuncState *fs = ls->fs; in new_localvar() local 219 static Vardesc *getlocalvardesc (FuncState *fs, int vidx) { in getlocalvardesc() 230 static int stacklevel (FuncState *fs, int nvar) { in stacklevel() 243 int luaY_nvarstack (FuncState *fs) { in luaY_nvarstack() 251 static LocVar *localdebuginfo (FuncState *fs, int vidx) { in localdebuginfo() 266 static void init_var (FuncState *fs, expdesc *e, int vidx) { in init_var() 278 FuncState *fs = ls->fs; in check_readonly() local [all …]
|
/aosp_15_r20/trusty/user/app/storage/ |
D | fs.h | 135 struct fs { struct 136 struct list_node node; 137 struct block_device* dev; 138 struct list_node transactions; 139 struct list_node allocated; 140 struct block_set free; 141 struct block_tree files; 142 struct block_mac checkpoint; 143 struct block_set checkpoint_free; 144 struct block_device* super_dev; [all …]
|
D | super.c | 325 static bool write_initial_super_block(struct fs* fs) { in write_initial_super_block() 350 void write_current_super_block(struct fs* fs, bool reinitialize) { in write_current_super_block() 442 void fs_mark_scan_required(struct fs* fs) { in fs_mark_scan_required() 591 static bool fs_set_roots(struct fs* fs, in fs_set_roots() 655 static void fs_init_free_set(struct fs* fs, struct block_set* set) { in fs_init_free_set() 674 static int fs_init_from_super(struct fs* fs, in fs_init_from_super() 937 static int load_super_block(struct fs* fs, fs_init_flags32_t flags) { in load_super_block() 1043 enum fs_check_result fs_check_full(struct fs* fs) { in fs_check_full() 1105 enum fs_check_result fs_check_quick(struct fs* fs) { in fs_check_quick() 1115 enum fs_check_result fs_check(struct fs* fs) { in fs_check() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/ |
H A D | gcs_file_system_test.cc | 77 GcsFileSystem fs( in TEST() local 124 GcsFileSystem fs( in TEST() local 172 GcsFileSystem fs( in TEST() local 219 GcsFileSystem fs( in TEST() local 260 GcsFileSystem fs( in TEST() local 312 GcsFileSystem fs( in TEST() local 354 GcsFileSystem fs( in TEST() local 402 GcsFileSystem fs( in TEST() local 445 GcsFileSystem fs( in TEST() local 488 GcsFileSystem fs( in TEST() local [all …]
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | blknum.c | 20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() 29 blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_first_block2() 38 blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_last_block2() 49 int ext2fs_group_blocks_count(ext2_filsys fs, dgrp_t group) in ext2fs_group_blocks_count() 68 blk64_t ext2fs_inode_data_blocks2(ext2_filsys fs, in ext2fs_inode_data_blocks2() 80 blk64_t ext2fs_inode_i_blocks(ext2_filsys fs, in ext2fs_inode_i_blocks() 91 blk64_t ext2fs_get_stat_i_blocks(ext2_filsys fs, in ext2fs_get_stat_i_blocks() 200 struct ext2_group_desc *ext2fs_group_desc(ext2_filsys fs, in ext2fs_group_desc() 243 static struct ext4_group_desc *ext4fs_group_desc(ext2_filsys fs, in ext4fs_group_desc() 253 __u32 ext2fs_block_bitmap_checksum(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_checksum() [all …]
|
H A D | csum.c | 33 void ext2fs_init_csum_seed(ext2_filsys fs) in ext2fs_init_csum_seed() 43 static __u32 ext2fs_mmp_csum(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum() 50 int ext2fs_mmp_csum_verify(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum_verify() 62 errcode_t ext2fs_mmp_csum_set(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum_set() 75 int ext2fs_verify_csum_type(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_verify_csum_type() 92 int ext2fs_superblock_csum_verify(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_superblock_csum_verify() 110 errcode_t ext2fs_superblock_csum_set(ext2_filsys fs, in ext2fs_superblock_csum_set() 129 static errcode_t ext2fs_ext_attr_block_csum(ext2_filsys fs, in ext2fs_ext_attr_block_csum() 148 int ext2fs_ext_attr_block_csum_verify(ext2_filsys fs, ext2_ino_t inum, in ext2fs_ext_attr_block_csum_verify() 165 errcode_t ext2fs_ext_attr_block_csum_set(ext2_filsys fs, ext2_ino_t inum, in ext2fs_ext_attr_block_csum_set() [all …]
|
H A D | alloc.c | 42 void ext2fs_clear_block_uninit(ext2_filsys fs, dgrp_t group) in ext2fs_clear_block_uninit() 60 static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, in check_inode_uninit() 88 errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, in ext2fs_new_inode() 147 errcode_t ext2fs_new_block3(ext2_filsys fs, blk64_t goal, in ext2fs_new_block3() 204 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2() 210 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, in ext2fs_new_block() 225 errcode_t ext2fs_alloc_block3(ext2_filsys fs, blk64_t goal, char *block_buf, in ext2fs_alloc_block3() 266 errcode_t ext2fs_alloc_block2(ext2_filsys fs, blk64_t goal, in ext2fs_alloc_block2() 272 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal, in ext2fs_alloc_block() 283 errcode_t ext2fs_get_free_blocks2(ext2_filsys fs, blk64_t start, blk64_t finish, in ext2fs_get_free_blocks2() [all …]
|
H A D | alloc_stats.c | 18 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inode_alloc_stats2() 56 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse) in ext2fs_inode_alloc_stats() 61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2() 89 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats() 94 void ext2fs_set_block_alloc_stats_callback(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 95 void (*func)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 98 void (**old)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 110 void ext2fs_block_alloc_stats_range(ext2_filsys fs, blk64_t blk, in ext2fs_block_alloc_stats_range() 153 void ext2fs_set_block_alloc_stats_range_callback(ext2_filsys fs, in ext2fs_set_block_alloc_stats_range_callback() 154 void (*func)(ext2_filsys fs, blk64_t blk, in ext2fs_set_block_alloc_stats_range_callback() [all …]
|
H A D | rw_bitmaps.c | 53 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block) in write_bitmaps() 183 static errcode_t mark_uninit_bg_group_blocks(ext2_filsys fs) in mark_uninit_bg_group_blocks() 230 static errcode_t read_bitmaps_range_prepare(ext2_filsys fs, int flags) in read_bitmaps_range_prepare() 284 static errcode_t read_bitmaps_range_start(ext2_filsys fs, int flags, in read_bitmaps_range_start() 449 static errcode_t read_bitmaps_range_end(ext2_filsys fs, int flags, in read_bitmaps_range_end() 468 static void read_bitmaps_cleanup_on_error(ext2_filsys fs, int flags) in read_bitmaps_cleanup_on_error() 480 static errcode_t read_bitmaps_range(ext2_filsys fs, int flags, in read_bitmaps_range() 521 errcode_t ext2fs_rw_bitmaps(ext2_filsys fs, int flags, int num_threads) in ext2fs_rw_bitmaps() 640 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs) in ext2fs_read_inode_bitmap() 645 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs) in ext2fs_read_block_bitmap() [all …]
|
H A D | mkjournal.c | 47 errcode_t ext2fs_create_journal_superblock2(ext2_filsys fs, in ext2fs_create_journal_superblock2() 87 errcode_t ext2fs_create_journal_superblock(ext2_filsys fs, __u32 num_blocks, in ext2fs_create_journal_superblock() 103 static errcode_t write_journal_file(ext2_filsys fs, char *filename, in write_journal_file() 166 errcode_t ext2fs_zero_blocks2(ext2_filsys fs, blk64_t blk, int num, in ext2fs_zero_blocks2() 232 errcode_t ext2fs_zero_blocks(ext2_filsys fs, blk_t blk, int num, in ext2fs_zero_blocks() 249 static blk64_t get_midpoint_journal_block(ext2_filsys fs) in get_midpoint_journal_block() 278 static errcode_t write_journal_inode(ext2_filsys fs, ext2_ino_t journal_ino, in write_journal_inode() 379 ext2_filsys fs) in ext2fs_get_journal_params() 425 errcode_t ext2fs_add_journal_device(ext2_filsys fs, ext2_filsys journal_dev) in ext2fs_add_journal_device() 491 errcode_t ext2fs_add_journal_inode3(ext2_filsys fs, struct ext2fs_journal_params *jparams, in ext2fs_add_journal_inode3() [all …]
|
H A D | inline_data.c | 24 ext2_filsys fs; member 80 errcode_t ext2fs_inline_data_init(ext2_filsys fs, ext2_ino_t ino) in ext2fs_inline_data_init() 92 errcode_t ext2fs_inline_data_size(ext2_filsys fs, ext2_ino_t ino, size_t *size) in ext2fs_inline_data_size() 115 int ext2fs_inline_data_dir_iterate(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inline_data_dir_iterate() 254 errcode_t ext2fs_inline_data_ea_remove(ext2_filsys fs, ext2_ino_t ino) in ext2fs_inline_data_ea_remove() 273 static errcode_t ext2fs_inline_data_convert_dir(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inline_data_convert_dir() 346 ext2fs_inline_data_dir_expand(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inline_data_dir_expand() 398 ext2fs_inline_data_file_expand(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inline_data_file_expand() 430 errcode_t ext2fs_inline_data_expand(ext2_filsys fs, ext2_ino_t ino) in ext2fs_inline_data_expand() 501 errcode_t ext2fs_inline_data_get(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inline_data_get() [all …]
|
H A D | inode.c | 39 ext2_filsys fs; member 65 errcode_t ext2fs_flush_icache(ext2_filsys fs) in ext2fs_flush_icache() 98 errcode_t ext2fs_create_inode_cache(ext2_filsys fs, unsigned int cache_size) in ext2fs_create_inode_cache() 139 errcode_t ext2fs_open_inode_scan(ext2_filsys fs, int buffer_blocks, in ext2fs_open_inode_scan() 248 errcode_t (*done_group)(ext2_filsys fs, in ext2fs_set_inode_callback() 281 ext2_filsys fs = scan->fs; in get_next_blockgroup() local 389 static int block_map_looks_insane(ext2_filsys fs, in block_map_looks_insane() 756 errcode_t ext2fs_read_inode2(ext2_filsys fs, ext2_ino_t ino, in ext2fs_read_inode2() 880 errcode_t ext2fs_read_inode_full(ext2_filsys fs, ext2_ino_t ino, in ext2fs_read_inode_full() 886 errcode_t ext2fs_read_inode(ext2_filsys fs, ext2_ino_t ino, in ext2fs_read_inode() [all …]
|
H A D | closefs.c | 36 int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group) in ext2fs_bg_has_super() 71 errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs, in ext2fs_super_and_bgd_loc2() 145 int ext2fs_super_and_bgd_loc(ext2_filsys fs, in ext2fs_super_and_bgd_loc() 192 static errcode_t write_primary_superblock(ext2_filsys fs, in write_primary_superblock() 239 void ext2fs_update_dynamic_rev(ext2_filsys fs) in ext2fs_update_dynamic_rev() 253 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group, in write_backup_super() 273 errcode_t ext2fs_flush(ext2_filsys fs) in ext2fs_flush() 278 errcode_t ext2fs_flush2(ext2_filsys fs, int flags) in ext2fs_flush2() 469 ext2_filsys fs = *fs_ptr; in ext2fs_close_free() local 478 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close() [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | test_d3d11_derivs.cpp | 20 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 62 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 102 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 133 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 175 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 221 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 267 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 313 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 354 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable 400 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | retrying_file_system_test.cc | 207 RetryingFileSystem<MockFileSystem> fs( in TEST() local 239 RetryingFileSystem<MockFileSystem> fs( in TEST() local 265 RetryingFileSystem<MockFileSystem> fs( in TEST() local 296 RetryingFileSystem<MockFileSystem> fs( in TEST() local 325 RetryingFileSystem<MockFileSystem> fs( in TEST() local 356 RetryingFileSystem<MockFileSystem> fs( in TEST() local 383 RetryingFileSystem<MockFileSystem> fs( in TEST() local 409 RetryingFileSystem<MockFileSystem> fs( in TEST() local 433 RetryingFileSystem<MockFileSystem> fs( in TEST() local 454 RetryingFileSystem<MockFileSystem> fs( in TEST() local [all …]
|
H A D | env.cc | 187 FileSystem* fs = nullptr; in FlushFileSystemCaches() local 197 FileSystem* fs; in NewRandomAccessFile() local 204 FileSystem* fs; in NewReadOnlyMemoryRegionFromFile() local 211 FileSystem* fs; in NewWritableFile() local 218 FileSystem* fs; in NewAppendableFile() local 224 FileSystem* fs; in FileExists() local 276 FileSystem* fs; in GetChildren() local 283 FileSystem* fs; in GetMatchingPaths() local 289 FileSystem* fs; in DeleteFile() local 295 FileSystem* fs; in RecursivelyCreateDir() local [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/ |
H A D | MoreFilesTest.java | 134 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofDirectory() 147 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofSymlinkToDirectory() 162 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofSymlinkToRegularFile() 176 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofSymlinkToRegularFile_nofollowLinks() 191 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testEqual() 217 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testEqual_links() 256 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testCreateParentDirectories_root() 323 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testCreateParentDirectories_symlinkParentExists() 372 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testPredicates() 430 FileSystem fs = in newTestFileSystem() local [all …]
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | fuse2fs.c | 317 ext2_filsys fs; member 333 #define FUSE2FS_CHECK_MAGIC(fs, ptr, num) do {if ((ptr)->magic != (num)) \ argument 343 #define translate_error(fs, ino, err) __translate_error((fs), (err), (ino), \ argument 473 static int update_ctime(ext2_filsys fs, ext2_ino_t ino, in update_ctime() 507 static int update_atime(ext2_filsys fs, ext2_ino_t ino) in update_atime() 541 static int update_mtime(ext2_filsys fs, ext2_ino_t ino, in update_mtime() 603 ext2_filsys fs = ff->fs; in fs_can_allocate() local 628 static int fs_writeable(ext2_filsys fs) in fs_writeable() 633 static int check_inum_access(ext2_filsys fs, ext2_ino_t ino, mode_t mask) in check_inum_access() 707 ext2_filsys fs; in op_destroy() local [all …]
|
H A D | tune2fs.c | 251 static int remove_journal_device(ext2_filsys fs) in remove_journal_device() 349 static int release_blocks_proc(ext2_filsys fs, blk64_t *blocknr, in release_blocks_proc() 370 static errcode_t remove_journal_inode(ext2_filsys fs) in remove_journal_inode() 420 static int update_mntopts(ext2_filsys fs, char *mntopts) in update_mntopts() 434 static int check_fsck_needed(ext2_filsys fs, const char *prompt) in check_fsck_needed() 457 static void request_dir_fsck_afterwards(ext2_filsys fs) in request_dir_fsck_afterwards() 471 static void request_fsck_afterwards(ext2_filsys fs) in request_fsck_afterwards() 484 static void convert_64bit(ext2_filsys fs, int direction) in convert_64bit() 521 static int rewrite_dir_block(ext2_filsys fs, in rewrite_dir_block() 662 static errcode_t rewrite_directory(ext2_filsys fs, ext2_ino_t dir, in rewrite_directory() [all …]
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | squashfs_filesystem_unittest.cc | 74 void CheckSquashfs(const unique_ptr<SquashfsFilesystem>& fs) { in CheckSquashfs() 113 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local 134 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local 152 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local 167 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 181 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 194 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 208 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 223 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 238 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local [all …]
|
/aosp_15_r20/external/e2fsprogs/resize/ |
H A D | resize2fs.c | 66 static inline int is_block_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_block_bm() 71 static inline int is_inode_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_bm() 76 static int is_inode_tb(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_tb() 97 errcode_t resize_fs(ext2_filsys fs, blk64_t *new_size, int flags, in resize_fs() 269 static void adjust_reserved_gdt_blocks(ext2_filsys old_fs, ext2_filsys fs) in adjust_reserved_gdt_blocks() 474 static errcode_t zero_high_bits_in_extents(ext2_filsys fs, ext2_ino_t ino, in zero_high_bits_in_extents() 514 ext2_filsys fs = rfs->old_fs; in zero_high_bits_in_inodes() local 583 static void fix_uninit_block_bitmaps(ext2_filsys fs) in fix_uninit_block_bitmaps() 629 static errcode_t free_gdp_blocks(ext2_filsys fs, in free_gdp_blocks() 690 errcode_t adjust_fs_info(ext2_filsys fs, ext2_filsys old_fs, in adjust_fs_info() [all …]
|
/aosp_15_r20/external/e2fsprogs/contrib/android/ |
H A D | basefs_allocator.c | 28 static void fs_free_blocks_range(ext2_filsys fs, in fs_free_blocks_range() 49 static void fs_free_blocks_bitmap(ext2_filsys fs, ext2fs_block_bitmap bitmap) in fs_free_blocks_bitmap() 66 static void basefs_allocator_free(ext2_filsys fs, in basefs_allocator_free() 102 static int fs_reserve_block(ext2_filsys fs, in fs_reserve_block() 132 static void fs_reserve_blocks_range(ext2_filsys fs, in fs_reserve_blocks_range() 165 static errcode_t fs_reserve_blocks(ext2_filsys fs, in fs_reserve_blocks() 192 errcode_t base_fs_alloc_load(ext2_filsys fs, const char *file, in base_fs_alloc_load() 240 static errcode_t get_next_block(ext2_filsys fs, struct base_fs_allocator *allocator, in get_next_block() 283 static void skip_blocks(ext2_filsys fs, struct base_fs_allocator *allocator, in skip_blocks() 302 static errcode_t basefs_block_allocator(ext2_filsys fs, blk64_t goal, in basefs_block_allocator() [all …]
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | fat32lib.jar | ... waldheinz.fs.BlockDevice)
de.waldheinz.fs.BlockDevice device
public de.waldheinz.fs. |
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | pass1.c | 176 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino, in e2fsck_pass1_check_symlink() 316 static blk64_t size_to_quota_blocks(ext2_filsys fs, size_t size) in size_to_quota_blocks() 852 static errcode_t recheck_bad_inode_checksum(ext2_filsys fs, ext2_ino_t ino, in recheck_bad_inode_checksum() 888 ext2_filsys fs = ctx->fs; in reserve_block_for_root_repair() local 905 ext2_filsys fs = ctx->fs; in reserve_block_for_lnf_repair() local 920 static errcode_t get_inline_data_ea_size(ext2_filsys fs, ext2_ino_t ino, in get_inline_data_ea_size() 967 static int could_be_block_map(ext2_filsys fs, struct ext2_inode *inode) in could_be_block_map() 995 ext2_filsys fs = ctx->fs; in fix_inline_data_extents_file() local 1145 static int quota_inum_is_reserved(ext2_filsys fs, ext2_ino_t ino) in quota_inum_is_reserved() 1160 ext2_filsys fs = ctx->fs; in e2fsck_pass1() local [all …]
|