Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/external/e2fsprogs/lib/ext2fs/
Dblknum.c20 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()
184 struct ext2_group_desc *ext2fs_group_desc(ext2_filsys fs, in ext2fs_group_desc()
194 static struct ext4_group_desc *ext4fs_group_desc(ext2_filsys fs, in ext4fs_group_desc()
204 __u32 ext2fs_block_bitmap_checksum(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_checksum()
219 blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_loc()
[all …]
Dalloc_stats.c18 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()
88 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats()
93 void ext2fs_set_block_alloc_stats_callback(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback()
94 void (*func)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback()
97 void (**old)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback()
109 void ext2fs_block_alloc_stats_range(ext2_filsys fs, blk64_t blk, in ext2fs_block_alloc_stats_range()
152 void ext2fs_set_block_alloc_stats_range_callback(ext2_filsys fs, in ext2fs_set_block_alloc_stats_range_callback()
153 void (*func)(ext2_filsys fs, blk64_t blk, in ext2fs_set_block_alloc_stats_range_callback()
[all …]
Dalloc.c42 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 …]
Dcsum.c33 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 …]
Ddirblock.c23 errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block4()
47 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block3()
53 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2()
59 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block()
66 errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block4()
96 errcode_t ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block3()
102 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2()
108 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
Drw_bitmaps.c31 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block) in write_bitmaps()
161 static errcode_t mark_uninit_bg_group_blocks(ext2_filsys fs) in mark_uninit_bg_group_blocks()
208 static errcode_t read_bitmaps(ext2_filsys fs, int do_inode, int do_block) in read_bitmaps()
415 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs) in ext2fs_read_inode_bitmap()
420 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs) in ext2fs_read_block_bitmap()
425 errcode_t ext2fs_write_inode_bitmap(ext2_filsys fs) in ext2fs_write_inode_bitmap()
430 errcode_t ext2fs_write_block_bitmap (ext2_filsys fs) in ext2fs_write_block_bitmap()
435 errcode_t ext2fs_read_bitmaps(ext2_filsys fs) in ext2fs_read_bitmaps()
443 errcode_t ext2fs_write_bitmaps(ext2_filsys fs) in ext2fs_write_bitmaps()
Dmmp.c44 errcode_t ext2fs_mmp_read(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_read()
113 errcode_t ext2fs_mmp_write(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_write()
182 static errcode_t ext2fs_mmp_reset(ext2_filsys fs) in ext2fs_mmp_reset()
217 errcode_t ext2fs_mmp_update(ext2_filsys fs) in ext2fs_mmp_update()
222 errcode_t ext2fs_mmp_clear(ext2_filsys fs) in ext2fs_mmp_clear()
238 errcode_t ext2fs_mmp_init(ext2_filsys fs) in ext2fs_mmp_init()
281 errcode_t ext2fs_mmp_start(ext2_filsys fs) in ext2fs_mmp_start()
384 errcode_t ext2fs_mmp_stop(ext2_filsys fs) in ext2fs_mmp_stop()
430 errcode_t ext2fs_mmp_update2(ext2_filsys fs, int immediately) in ext2fs_mmp_update2()
Dclosefs.c36 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()
460 ext2_filsys fs = *fs_ptr; in ext2fs_close_free() local
469 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close()
[all …]
/external/lua/src/
Dlcode.c73 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 …]
Dlparser.c74 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 …]
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/
Dwchar_pointer.pass.cpp26 std::ofstream fs(temp.c_str()); in main() local
30 std::ifstream fs(temp.c_str()); in main() local
36 std::ifstream fs(temp.c_str(), std::ios_base::out); in main() local
43 std::wofstream fs(temp.c_str()); in main() local
47 std::wifstream fs(temp.c_str()); in main() local
53 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
Dstring.pass.cpp25 std::ofstream fs(temp); in main() local
29 std::ifstream fs(temp); in main() local
35 std::ifstream fs(temp, std::ios_base::out); in main() local
42 std::wofstream fs(temp); in main() local
46 std::wifstream fs(temp); in main() local
52 std::wifstream fs(temp, std::ios_base::out); in main() local
Dpointer.pass.cpp25 std::ofstream fs(temp.c_str()); in main() local
29 std::ifstream fs(temp.c_str()); in main() local
35 std::ifstream fs(temp.c_str(), std::ios_base::out); in main() local
42 std::wofstream fs(temp.c_str()); in main() local
46 std::wifstream fs(temp.c_str()); in main() local
52 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
Dmove.pass.cpp28 std::ofstream fs = move(fso); in main() local
32 std::ifstream fs(temp.c_str()); in main() local
40 std::wofstream fs = move(fso); in main() local
44 std::wifstream fs(temp.c_str()); in main() local
/external/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/
Dwchar_pointer.pass.cpp26 std::ofstream fs(temp.c_str()); in main() local
30 std::ifstream fs(temp.c_str()); in main() local
36 std::ifstream fs(temp.c_str(), std::ios_base::out); in main() local
43 std::wofstream fs(temp.c_str()); in main() local
47 std::wifstream fs(temp.c_str()); in main() local
53 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
Dstring.pass.cpp25 std::ofstream fs(temp); in main() local
29 std::ifstream fs(temp); in main() local
35 std::ifstream fs(temp, std::ios_base::out); in main() local
42 std::wofstream fs(temp); in main() local
46 std::wifstream fs(temp); in main() local
52 std::wifstream fs(temp, std::ios_base::out); in main() local
Dpointer.pass.cpp25 std::ofstream fs(temp.c_str()); in main() local
29 std::ifstream fs(temp.c_str()); in main() local
35 std::ifstream fs(temp.c_str(), std::ios_base::out); in main() local
42 std::wofstream fs(temp.c_str()); in main() local
46 std::wifstream fs(temp.c_str()); in main() local
52 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system_test.cc77 GcsFileSystem fs( in TEST() local
125 GcsFileSystem fs( in TEST() local
174 GcsFileSystem fs( in TEST() local
222 GcsFileSystem fs( in TEST() local
264 GcsFileSystem fs( in TEST() local
316 GcsFileSystem fs( in TEST() local
358 GcsFileSystem fs( in TEST() local
406 GcsFileSystem fs( in TEST() local
449 GcsFileSystem fs( in TEST() local
492 GcsFileSystem fs( in TEST() local
[all …]
/external/cpu_features/test/
Dcpuinfo_arm_test.cc56 auto& fs = GetEmptyFilesystem(); in TEST() local
105 auto& fs = GetEmptyFilesystem(); in TEST() local
157 auto& fs = GetEmptyFilesystem(); in TEST() local
221 auto& fs = GetEmptyFilesystem(); in TEST() local
270 auto& fs = GetEmptyFilesystem(); in TEST() local
298 auto& fs = GetEmptyFilesystem(); in TEST() local
316 auto& fs = GetEmptyFilesystem(); in TEST() local
335 auto& fs = GetEmptyFilesystem(); in TEST() local
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
Dopen_string.pass.cpp25 std::ofstream fs; in main() local
35 std::ifstream fs(temp.c_str()); in main() local
42 std::wofstream fs; in main() local
52 std::wifstream fs(temp.c_str()); in main() local
Dopen_pointer.pass.cpp25 std::ofstream fs; in main() local
35 std::ifstream fs(temp.c_str()); in main() local
42 std::wofstream fs; in main() local
52 std::wifstream fs(temp.c_str()); in main() local
Dopen_path.pass.cpp29 std::ofstream fs; in main() local
39 std::ifstream fs(p.c_str()); in main() local
46 std::wofstream fs; in main() local
56 std::wifstream fs(p.c_str()); in main() local
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.members/
Dopen_wchar_pointer.pass.cpp26 std::ofstream fs; in main() local
36 std::ifstream fs(temp.c_str()); in main() local
43 std::wofstream fs; in main() local
53 std::wifstream fs(temp.c_str()); in main() local
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp28 std::ofstream fs; in main() local
33 std::ifstream fs(temp.c_str()); in main() local
41 std::wofstream fs; in main() local
46 std::wifstream fs(temp.c_str()); in main() local
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c28 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 …]

12345678910>>...30