Home
last modified time | relevance | path

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

12345678910>>...22

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_fs.c30 void init_ffsb_fs(ffsb_fs_t * fs, char *basedir, uint32_t num_data_dirs, in init_ffsb_fs()
47 void destroy_ffsb_fs(ffsb_fs_t * fs) in destroy_ffsb_fs()
83 static void add_files(ffsb_fs_t * fs, struct benchfiles *bf, int num, in add_files()
164 ffsb_fs_t *fs = (ffsb_fs_t *) data; in construct_ffsb_fs() local
187 ffsb_fs_t *fs = (ffsb_fs_t *) fs_ptr; in verify_file() local
229 static ffsb_fs_t *check_existing_fileset(ffsb_fs_t * fs) in check_existing_fileset()
310 static ffsb_fs_t *construct_new_fileset(ffsb_fs_t * fs) in construct_new_fileset()
365 ffsb_fs_t *fs; member
380 static void age_fs(ffsb_fs_t * fs, double utilization) in age_fs()
417 void fs_set_create_blocksize(ffsb_fs_t * fs, uint32_t blocksize) in fs_set_create_blocksize()
[all …]
Dfh.c51 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats()
70 ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenhelper()
96 int fhopenread(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenread()
106 int fhopenappend(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenappend()
116 int fhopenwrite(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenwrite()
126 int fhopencreate(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopencreate()
137 ffsb_fs_t * fs) in fhread()
163 ffsb_fs_t * fs) in fhwrite()
190 ffsb_fs_t * fs) in fhseek()
224 void fhclose(int fd, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhclose()
[all …]
/external/lua/src/
Dlcode.c64 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
90 static int getjump (FuncState *fs, int pc) { in getjump()
103 static void fixjump (FuncState *fs, int pc, int dest) { in fixjump()
116 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat()
136 int luaK_jump (FuncState *fs) { in luaK_jump()
149 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret()
158 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump()
168 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
179 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
195 static int patchtestreg (FuncState *fs, int node, int reg) { in patchtestreg()
[all …]
Dlparser.c79 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit()
92 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit()
162 FuncState *fs = ls->fs; in registerlocalvar() local
176 FuncState *fs = ls->fs; in new_localvar() local
195 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
203 FuncState *fs = ls->fs; in adjustlocalvars() local
211 static void removevars (FuncState *fs, int tolevel) { in removevars()
218 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue()
228 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue()
244 static int searchvar (FuncState *fs, TString *n) { in searchvar()
[all …]
/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 …]
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()
198 static errcode_t read_bitmaps(ext2_filsys fs, int do_inode, int do_block) in read_bitmaps()
393 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs) in ext2fs_read_inode_bitmap()
398 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs) in ext2fs_read_block_bitmap()
403 errcode_t ext2fs_write_inode_bitmap(ext2_filsys fs) in ext2fs_write_inode_bitmap()
408 errcode_t ext2fs_write_block_bitmap (ext2_filsys fs) in ext2fs_write_block_bitmap()
413 errcode_t ext2fs_read_bitmaps(ext2_filsys fs) in ext2fs_read_bitmaps()
421 errcode_t ext2fs_write_bitmaps(ext2_filsys fs) in ext2fs_write_bitmaps()
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()
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 …]
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 …]
Dread_bb_file.c33 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE2()
36 void (*invalid)(ext2_filsys fs, in ext2fs_read_bb_FILE2()
82 static void call_compat_invalid(ext2_filsys fs, blk_t blk, in call_compat_invalid()
97 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE()
99 void (*invalid)(ext2_filsys fs, blk_t blk)) in ext2fs_read_bb_FILE()
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
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
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
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/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system_test.cc68 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local
111 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local
153 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local
194 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local
226 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local
286 GcsFileSystem fs( in TEST() local
375 GcsFileSystem fs( in TEST() local
424 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local
495 GcsFileSystem fs( in TEST() local
523 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local
[all …]
/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.members/
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_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_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/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
Dnonmember_swap.pass.cpp56 std::ifstream fs(temp1.c_str()); in main() local
65 std::ifstream fs(temp2.c_str()); in main() local
83 std::wifstream fs(temp1.c_str()); in main() local
92 std::wifstream fs(temp2.c_str()); in main() local
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c16 static void fs_free_blocks_range(ext2_filsys fs, struct block_range *blocks) in fs_free_blocks_range()
25 static void fs_reserve_blocks_range(ext2_filsys fs, struct block_range *blocks) in fs_reserve_blocks_range()
34 errcode_t base_fs_alloc_load(ext2_filsys fs, const char *file, in base_fs_alloc_load()
71 static errcode_t basefs_block_allocator(ext2_filsys fs, blk64_t goal, in basefs_block_allocator()
97 void base_fs_alloc_cleanup(ext2_filsys fs) in base_fs_alloc_cleanup()
115 errcode_t base_fs_alloc_set_target(ext2_filsys fs, const char *target_path, in base_fs_alloc_set_target()
132 errcode_t base_fs_alloc_unset_target(ext2_filsys fs, in base_fs_alloc_unset_target()

12345678910>>...22