Home
last modified time | relevance | path

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

12345678910>>...32

/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()
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 …]
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()
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 …]
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 …]
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 …]
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()
Dmmp.c44 errcode_t ext2fs_mmp_read(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_read()
126 errcode_t ext2fs_mmp_write(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_write()
197 static errcode_t ext2fs_mmp_reset(ext2_filsys fs) in ext2fs_mmp_reset()
232 errcode_t ext2fs_mmp_update(ext2_filsys fs) in ext2fs_mmp_update()
237 errcode_t ext2fs_mmp_clear(ext2_filsys fs) in ext2fs_mmp_clear()
253 errcode_t ext2fs_mmp_init(ext2_filsys fs) in ext2fs_mmp_init()
296 errcode_t ext2fs_mmp_start(ext2_filsys fs) in ext2fs_mmp_start()
399 errcode_t ext2fs_mmp_stop(ext2_filsys fs) in ext2fs_mmp_stop()
446 errcode_t ext2fs_mmp_update2(ext2_filsys fs, int immediately) in ext2fs_mmp_update2()
Dmkjournal.c47 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 …]
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()
469 ext2_filsys fs = *fs_ptr; in ext2fs_close_free() local
478 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close()
[all …]
Drw_bitmaps.c53 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 …]
/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/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system_test.cc77 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 …]
/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/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/cronet/buildtools/third_party/libc++/trunk/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/
Dwchar_pointer.pass.cpp28 std::ofstream fs(temp.c_str()); in main() local
32 std::ifstream fs(temp.c_str()); in main() local
38 std::ifstream fs(temp.c_str(), std::ios_base::out); in main() local
45 std::wofstream fs(temp.c_str()); in main() local
49 std::wifstream fs(temp.c_str()); in main() local
55 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/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
44 std::wofstream fs(temp); in main() local
48 std::wifstream fs(temp); in main() local
54 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
44 std::wofstream fs(temp.c_str()); in main() local
48 std::wifstream fs(temp.c_str()); in main() local
54 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
/external/cpu_features/test/
Dcpuinfo_arm_test.cc55 auto& fs = GetEmptyFilesystem(); in TEST() local
104 auto& fs = GetEmptyFilesystem(); in TEST() local
156 auto& fs = GetEmptyFilesystem(); in TEST() local
220 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
334 auto& fs = GetEmptyFilesystem(); in TEST() local
353 auto& fs = GetEmptyFilesystem(); in TEST() local
/external/libchrome-gestures/src/
Dpalm_classifying_filter_interpreter.cc63 const FingerState& fs = hwstate.fingers[i]; in FillOriginInfo() local
76 const FingerState& fs = hwstate.fingers[i]; in FillPrevInfo() local
86 const FingerState& fs = hwstate.fingers[i]; in FillMaxPressureWidthInfo() local
107 const FingerState& fs = hwstate.fingers[i]; in UpdateDistanceInfo() local
131 const FingerState& fs = hwstate.fingers[finger_idx]; in FingerNearOtherFinger() local
150 const FingerState& fs) { in FingerInPalmEnvelope()
160 const FingerState& fs) { in FingerInBottomArea()
178 const FingerState& fs = hwstate.fingers[i]; in UpdatePalmState() local
208 const FingerState& fs = hwstate.fingers[i]; in UpdatePalmState() local
294 FingerState* fs = &hwstate->fingers[i]; in UpdatePalmFlags() local
/external/guava/guava-tests/test/com/google/common/io/
DMoreFilesTest.java132 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofDirectory()
149 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofSymlinkToDirectory()
168 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofSymlinkToRegularFile()
182 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofSymlinkToRegularFile_nofollowLinks()
201 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testEqual()
227 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testEqual_links()
426 FileSystem fs = in newTestFileSystem() local
451 try (FileSystem fs = newTestFileSystem(SECURE_DIRECTORY_STREAM)) { in testDirectoryDeletion_basic()
468 try (FileSystem fs = newTestFileSystem(SECURE_DIRECTORY_STREAM)) { in testDirectoryDeletion_emptyDir()
479 try (FileSystem fs = newTestFileSystem(SECURE_DIRECTORY_STREAM)) { in testDeleteRecursively_symlinkToDir()
[all …]
/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 …]
/external/tensorflow/tensorflow/core/platform/
Dretrying_file_system_test.cc207 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 …]
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
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

12345678910>>...32