Home
last modified time | relevance | path

Searched full:fs (Results 1 – 25 of 11049) sorted by relevance

12345678910>>...442

/aosp_15_r20/external/e2fsprogs/tests/f_jnl_64bit/
H A Dexpect.04 Revoke FS block 1536
5 Revoke FS block 1472
6 Revoke FS block 1473
7 Revoke FS block 1474
8 Revoke FS block 1475
9 Revoke FS block 1476
10 Revoke FS block 1541
11 Revoke FS block 1477
12 Revoke FS block 1478
13 Revoke FS block 1479
[all …]
/aosp_15_r20/external/e2fsprogs/tests/f_jnl_32bit/
H A Dexpect.04 FS block 2 logged at journal block 2 (flags 0x8)
8 FS block 82 logged at journal block 5 (flags 0x0)
9 FS block 2 logged at journal block 6 (flags 0x2)
10 FS block 99 logged at journal block 7 (flags 0x2)
11 FS block 66 logged at journal block 8 (flags 0x2)
12 FS block 81 logged at journal block 9 (flags 0x2)
13 FS block 98 logged at journal block 10 (flags 0x2)
14 FS block 68 logged at journal block 11 (flags 0x2)
15 FS block 83 logged at journal block 12 (flags 0x2)
16 FS block 354 logged at journal block 13 (flags 0x2)
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/
Doperations_test.cpp35 namespace fs = boost::filesystem;
69 inline void setenv_(const char* name, const fs::path::value_type* val, int) in setenv_()
120 fs::directory_iterator end_itr;
121 fs::path dir;
122 fs::path d1;
123 fs::path d2;
124 fs::path f0;
125 fs::path f1;
126 fs::path d1f1;
130 fs::path ng(" no-way, Jose");
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/arch-x86/shared/vndk-sp/
Dlibunwindstack.so__cxa_finalize __stack_chk_fail _ZN11unwindstack3logEhPKcz _ZN11unwindstack6Memory9ReadFullyEyPvj _ZN11unwindstack8ArmExidx10LogRawDataEv _ZN11unwindstack8ArmExidx16ExtractEntryDataEj _ZN11unwindstack8ArmExidx4EvalEv _ZN11unwindstack8ArmExidx6DecodeEv _ZN11unwindstack8ArmExidx8LogByRegEv _ZN7android4base12StringPrintfEPKcz _ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj _ZNSt3__114__split_bufferIPhNS_9allocatorIS1_EEE10push_frontEOS1_ _ZNSt3__114__split_bufferIPhNS_9allocatorIS1_EEE9push_backEOS1_ _ZNSt3__114__split_bufferIPhRNS_9allocatorIS1_EEE10push_frontERKS1_ _ZNSt3__114__split_bufferIPhRNS_9allocatorIS1_EEE9push_backEOS1_ _ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT_S5_ _ZNSt3__15dequeIhNS_9allocatorIhEEE19__add_back_capacityEv ...
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dopenfs.c35 blk64_t ext2fs_descriptor_block_loc2(ext2_filsys fs, blk64_t group_block, in ext2fs_descriptor_block_loc2() argument
43 * On a bigalloc FS with 1K blocks, block 0 is reserved for non-ext4 in ext2fs_descriptor_block_loc2()
46 if (i == 0 && fs->blocksize == 1024 && EXT2FS_CLUSTER_RATIO(fs) > 1) in ext2fs_descriptor_block_loc2()
49 if (!ext2fs_has_feature_meta_bg(fs->super) || in ext2fs_descriptor_block_loc2()
50 (i < fs->super->s_first_meta_bg)) in ext2fs_descriptor_block_loc2()
53 bg = EXT2_DESC_PER_BLOCK(fs->super) * i; in ext2fs_descriptor_block_loc2()
54 if (ext2fs_bg_has_super(fs, bg)) in ext2fs_descriptor_block_loc2()
56 ret_blk = ext2fs_group_first_block2(fs, bg); in ext2fs_descriptor_block_loc2()
65 if (group_block != fs->super->s_first_data_block && in ext2fs_descriptor_block_loc2()
66 ((ret_blk + has_super + fs->super->s_blocks_per_group) < in ext2fs_descriptor_block_loc2()
[all …]
H A Dcsum.c33 void ext2fs_init_csum_seed(ext2_filsys fs) in ext2fs_init_csum_seed() argument
35 if (ext2fs_has_feature_csum_seed(fs->super)) in ext2fs_init_csum_seed()
36 fs->csum_seed = fs->super->s_checksum_seed; in ext2fs_init_csum_seed()
37 else if (ext2fs_has_feature_metadata_csum(fs->super) || in ext2fs_init_csum_seed()
38 ext2fs_has_feature_ea_inode(fs->super)) in ext2fs_init_csum_seed()
39 fs->csum_seed = ext2fs_crc32c_le(~0, fs->super->s_uuid, in ext2fs_init_csum_seed()
40 sizeof(fs->super->s_uuid)); in ext2fs_init_csum_seed()
43 static __u32 ext2fs_mmp_csum(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum() argument
47 return ext2fs_crc32c_le(fs->csum_seed, (unsigned char *)mmp, offset); in ext2fs_mmp_csum()
50 int ext2fs_mmp_csum_verify(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum_verify() argument
[all …]
H A Drw_bitmaps.c53 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block) in write_bitmaps() argument
63 blk64_t blk_itr = EXT2FS_B2C(fs, fs->super->s_first_data_block); in write_bitmaps()
66 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS); in write_bitmaps()
68 if (!(fs->flags & EXT2_FLAG_RW)) in write_bitmaps()
71 csum_flag = ext2fs_has_group_desc_csum(fs); in write_bitmaps()
75 block_nbytes = EXT2_CLUSTERS_PER_GROUP(fs->super) / 8; in write_bitmaps()
76 retval = io_channel_alloc_buf(fs->io, 0, &block_buf); in write_bitmaps()
79 memset(block_buf, 0xff, fs->blocksize); in write_bitmaps()
83 ((EXT2_INODES_PER_GROUP(fs->super)+7) / 8); in write_bitmaps()
84 retval = io_channel_alloc_buf(fs->io, 0, &inode_buf); in write_bitmaps()
[all …]
H A Dblknum.c20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() argument
22 return (blk - fs->super->s_first_data_block) / in ext2fs_group_of_blk2()
23 fs->super->s_blocks_per_group; in ext2fs_group_of_blk2()
29 blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_first_block2() argument
31 return fs->super->s_first_data_block + in ext2fs_group_first_block2()
32 EXT2_GROUPS_TO_BLOCKS(fs->super, group); in ext2fs_group_first_block2()
38 blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_last_block2() argument
40 return (group == fs->group_desc_count - 1 ? in ext2fs_group_last_block2()
41 ext2fs_blocks_count(fs->super) - 1 : in ext2fs_group_last_block2()
42 ext2fs_group_first_block2(fs, group) + in ext2fs_group_last_block2()
[all …]
H A Dext2fs.h128 ext2_filsys fs; member
261 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
262 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
263 errcode_t (*write_bitmaps)(ext2_filsys fs);
264 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
266 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
297 errcode_t (*get_alloc_block)(ext2_filsys fs, blk64_t goal,
299 errcode_t (*get_alloc_block2)(ext2_filsys fs, blk64_t goal,
301 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse);
318 /* Precomputed FS UUID checksum for seeding other checksums */
[all …]
H A Dinode.c39 ext2_filsys fs; member
52 errcode_t (*done_group)(ext2_filsys fs,
65 errcode_t ext2fs_flush_icache(ext2_filsys fs) in ext2fs_flush_icache() argument
69 if (!fs->icache) in ext2fs_flush_icache()
72 for (i=0; i < fs->icache->cache_size; i++) in ext2fs_flush_icache()
73 fs->icache->cache[i].ino = 0; in ext2fs_flush_icache()
75 fs->icache->buffer_blk = 0; in ext2fs_flush_icache()
98 errcode_t ext2fs_create_inode_cache(ext2_filsys fs, unsigned int cache_size) in ext2fs_create_inode_cache() argument
103 if (fs->icache) in ext2fs_create_inode_cache()
105 retval = ext2fs_get_mem(sizeof(struct ext2_inode_cache), &fs->icache); in ext2fs_create_inode_cache()
[all …]
H A Dclosefs.c36 int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group) in ext2fs_bg_has_super() argument
40 if (ext2fs_has_feature_sparse_super2(fs->super)) { in ext2fs_bg_has_super()
41 if (group == fs->super->s_backup_bgs[0] || in ext2fs_bg_has_super()
42 group == fs->super->s_backup_bgs[1]) in ext2fs_bg_has_super()
46 if ((group <= 1) || !ext2fs_has_feature_sparse_super(fs->super)) in ext2fs_bg_has_super()
59 * @fs: ext2 fs pointer
71 errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs, in ext2fs_super_and_bgd_loc2() argument
84 group_block = ext2fs_group_first_block2(fs, group); in ext2fs_super_and_bgd_loc2()
85 if (group_block == 0 && fs->blocksize == 1024) in ext2fs_super_and_bgd_loc2()
88 if (ext2fs_has_feature_meta_bg(fs->super)) in ext2fs_super_and_bgd_loc2()
[all …]
H A Dmmp.c44 errcode_t ext2fs_mmp_read(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_read() argument
50 if ((mmp_blk <= fs->super->s_first_data_block) || in ext2fs_mmp_read()
51 (mmp_blk >= ext2fs_blocks_count(fs->super))) in ext2fs_mmp_read()
59 if (fs->mmp_fd <= 0) { in ext2fs_mmp_read()
67 * size larger than blocksize of the fs we're working with. in ext2fs_mmp_read()
69 if (stat(fs->device_name, &st) == 0 && in ext2fs_mmp_read()
73 fs->mmp_fd = open(fs->device_name, flags); in ext2fs_mmp_read()
74 if (fs->mmp_fd < 0) { in ext2fs_mmp_read()
80 if (fs->mmp_cmp == NULL) { in ext2fs_mmp_read()
81 int align = ext2fs_get_dio_alignment(fs->mmp_fd); in ext2fs_mmp_read()
[all …]
H A Dalloc.c42 void ext2fs_clear_block_uninit(ext2_filsys fs, dgrp_t group) in ext2fs_clear_block_uninit() argument
44 if (group >= fs->group_desc_count || in ext2fs_clear_block_uninit()
45 !ext2fs_has_group_desc_csum(fs) || in ext2fs_clear_block_uninit()
46 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) in ext2fs_clear_block_uninit()
51 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_clear_block_uninit()
52 ext2fs_group_desc_csum_set(fs, group); in ext2fs_clear_block_uninit()
53 ext2fs_mark_super_dirty(fs); in ext2fs_clear_block_uninit()
54 ext2fs_mark_bb_dirty(fs); in ext2fs_clear_block_uninit()
60 static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, in check_inode_uninit() argument
65 if (group >= fs->group_desc_count || in check_inode_uninit()
[all …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDfat32lib.jar ... waldheinz.fs.BlockDevice) de.waldheinz.fs.BlockDevice device public de.waldheinz.fs.
/aosp_15_r20/external/e2fsprogs/resize/
H A Dresize2fs.c44 static void fix_uninit_block_bitmaps(ext2_filsys fs);
51 static errcode_t fix_resize_inode(ext2_filsys fs);
52 static errcode_t resize2fs_calculate_summary_stats(ext2_filsys fs);
53 static errcode_t fix_sb_journal_backup(ext2_filsys fs);
54 static errcode_t mark_table_blocks(ext2_filsys fs,
66 static inline int is_block_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_block_bm() argument
68 return blk == ext2fs_block_bitmap_loc(fs, grp); in is_block_bm()
71 static inline int is_inode_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_bm() argument
73 return blk == ext2fs_inode_bitmap_loc(fs, grp); in is_inode_bm()
76 static int is_inode_tb(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_tb() argument
[all …]
/aosp_15_r20/external/e2fsprogs/misc/
H A Dfuse2fs.c19 # include <linux/fs.h>
96 errcode_t ext2fs_run_ext3_journal(ext2_filsys *fs);
147 * ext4 ACL structures, copied from fs/ext4/acl.h.
317 ext2_filsys fs; member
333 #define FUSE2FS_CHECK_MAGIC(fs, ptr, num) do {if ((ptr)->magic != (num)) \ argument
334 return translate_error((fs), 0, EXT2_ET_MAGIC_EXT2_FILE); \
341 static int __translate_error(ext2_filsys fs, errcode_t err, ext2_ino_t ino,
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() argument
491 err = ext2fs_read_inode_full(fs, ino, (struct ext2_inode *)&inode, in update_ctime()
[all …]
H A Dtune2fs.c119 errcode_t ext2fs_run_ext3_journal(ext2_filsys *fs);
251 static int remove_journal_device(ext2_filsys fs) in remove_journal_device() argument
265 uuid_unparse(fs->super->s_journal_uuid, buf); in remove_journal_device()
270 ext2fs_find_block_device(fs->super->s_journal_dev); in remove_journal_device()
284 fs->blocksize, io_ptr, &jfs); in remove_journal_device()
308 if (!journal_user(fs->super->s_uuid, jsb->s_users, nr_users)) { in remove_journal_device()
321 ext2fs_journal_sb_start(fs->blocksize), in remove_journal_device()
338 fs->super->s_journal_dev = 0; in remove_journal_device()
339 memset(fs->super->s_jnl_blocks, 0, sizeof(fs->super->s_jnl_blocks)); in remove_journal_device()
340 uuid_clear(fs->super->s_journal_uuid); in remove_journal_device()
[all …]
/aosp_15_r20/external/lua/src/
H A Dlcode.c40 static int codesJ (FuncState *fs, OpCode o, int sj, int k);
73 static TValue *const2val (FuncState *fs, const expdesc *e) { in const2val() argument
75 return &fs->ls->dyd->actvar.arr[e->u.info].k; in const2val()
83 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const() argument
97 setsvalue(fs->ls->L, v, e->u.strval); in luaK_exp2const()
101 setobj(fs->ls->L, v, const2val(fs, e)); in luaK_exp2const()
115 static Instruction *previousinstruction (FuncState *fs) { in previousinstruction() argument
117 if (fs->pc > fs->lasttarget) in previousinstruction()
118 return &fs->f->code[fs->pc - 1]; /* previous instruction */ in previousinstruction()
130 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() argument
[all …]
H A Dlparser.c74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() argument
75 lua_State *L = fs->ls->L; in errorlimit()
77 int line = fs->f->linedefined; in errorlimit()
83 luaX_syntaxerror(fs->ls, msg); in errorlimit()
87 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit() argument
88 if (v > l) errorlimit(fs, l, what); in checklimit()
175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) { in registerlocalvar() argument
176 Proto *f = fs->f; in registerlocalvar()
178 luaM_growvector(ls->L, f->locvars, fs->ndebugvars, f->sizelocvars, in registerlocalvar()
182 f->locvars[fs->ndebugvars].varname = varname; in registerlocalvar()
[all …]
/aosp_15_r20/trusty/user/app/storage/
Dsuper.c40 #include "fs.h"
69 * typedef super_block_required_flags16_t - Required FS flags, can be ORed
167 * not mount or modify a super block with unknown version or fs flags.
200 uint32_t block_size = tr->fs->super_dev->block_size; in update_super_block_internal()
204 if (!tr->fs->writable) { in update_super_block_internal()
213 assert(tr->fs->initial_super_block_tr == NULL || in update_super_block_internal()
214 tr->fs->initial_super_block_tr == tr); in update_super_block_internal()
216 ver = (tr->fs->super_block_version + 1) & SUPER_BLOCK_FLAGS_VERSION_MASK; in update_super_block_internal()
230 if (tr->fs->alternate_data) { in update_super_block_internal()
233 if (tr->repaired || tr->fs->main_repaired) { in update_super_block_internal()
[all …]
/aosp_15_r20/external/mtools/
H A Dmformat.c45 #include "linux/fs.h"
177 static __inline__ void format_root(Fs_t *Fs, char *label, union bootsector *boot) in format_root() argument
189 buf = safe_malloc(Fs->sector_size); in format_root()
190 RootDir = OpenRoot((Stream_t *)Fs); in format_root()
196 memset(buf, '\0', Fs->sector_size); in format_root()
198 if(Fs->fat_bits == 32) { in format_root()
201 dirlen = Fs->cluster_size; in format_root()
202 fatAllocate(Fs, Fs->rootCluster, Fs->end_fat); in format_root()
204 dirlen = Fs->dir_len; in format_root()
206 PWRITES(RootDir, buf, sectorsToBytes(Fs, i), in format_root()
[all …]
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dsuper.c82 static int release_inode_block(ext2_filsys fs, in release_inode_block() argument
93 blk64_t cluster = EXT2FS_B2C(fs, *block_nr); in release_inode_block()
111 if ((blk < fs->super->s_first_data_block) || in release_inode_block()
112 (blk >= ext2fs_blocks_count(fs->super))) { in release_inode_block()
119 if (!ext2fs_test_block_bitmap2(fs->block_map, blk)) { in release_inode_block()
138 pb->errcode = io_channel_read_blk64(fs->io, blk, 1, in release_inode_block()
143 limit = fs->blocksize >> 2; in release_inode_block()
160 pb->errcode = io_channel_read_blk64(fs->io, blk, 1, in release_inode_block()
165 fs->blocksize - pb->truncate_offset); in release_inode_block()
166 pb->errcode = io_channel_write_blk64(fs->io, blk, 1, in release_inode_block()
[all …]
H A Dpass5.c42 init_resource_track(&rtrack, ctx->fs->io); in e2fsck_pass5()
49 if ((ctx->progress)(ctx, 5, 0, ctx->fs->group_desc_count*2)) in e2fsck_pass5()
79 print_resource_track(ctx, _("Pass 5"), &rtrack, ctx->fs->io); in e2fsck_pass5()
91 if (!ext2fs_has_feature_metadata_csum(ctx->fs->super)) in check_inode_bitmap_checksum()
95 if (ext2fs_test_ib_dirty(ctx->fs)) in check_inode_bitmap_checksum()
98 nbytes = (size_t)(EXT2_INODES_PER_GROUP(ctx->fs->super) / 8); in check_inode_bitmap_checksum()
99 retval = ext2fs_get_mem(ctx->fs->blocksize, &buf); in check_inode_bitmap_checksum()
107 for (i = 0; i < ctx->fs->group_desc_count; i++) { in check_inode_bitmap_checksum()
108 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_INODE_UNINIT)) in check_inode_bitmap_checksum()
112 retval = ext2fs_get_inode_bitmap_range2(ctx->fs->inode_map, in check_inode_bitmap_checksum()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ci/
H A Di915-g33-fails.txt139 shaders@glsl-fs-loop,Fail
140 shaders@glsl-fs-loop-nested,Fail
141 shaders@glsl-fs-raytrace-bug27060,Fail
161 shaders@glsl-uniform-interstage-limits@520 vs- 1 fs,Fail
165 shaders@ssa@fs-if-def-else-break,Fail
166 shaders@ssa@fs-lost-copy-problem,Fail
167 shaders@ssa@fs-swap-problem,Fail
168 shaders@ssa@fs-while-loop-rotate-value,Fail
285 spec@!opengl 2.0@vertex-program-two-side back front2@vs and fs,Fail
287 spec@!opengl 2.0@vertex-program-two-side back front2 back2@vs and fs,Fail
[all …]
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Dfilefrag.c69 static void print_header(struct filefrag_struct *fs) in print_header() argument
71 if (fs->options & VERBOSE_OPT) { in print_header()
72 fprintf(fs->f, "%4s %*s %*s %*s %*s\n", "ext", in print_header()
73 fs->logical_width, "logical", fs->physical_width, in print_header()
74 "physical", fs->physical_width, "expected", in print_header()
75 fs->logical_width, "length"); in print_header()
79 static void report_filefrag(struct filefrag_struct *fs) in report_filefrag() argument
81 if (fs->num == 0) in report_filefrag()
83 if (fs->options & VERBOSE_OPT) { in report_filefrag()
84 if (fs->expected) in report_filefrag()
[all …]

12345678910>>...442