HomeSort by relevance Sort by last modified time
    Searched defs:fs (Results 176 - 200 of 704) sorted by null

1 2 3 4 5 6 78 91011>>

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 20 package de.waldheinz.fs.fat;
147 * {@link com.meetwise.fs.BootSector}.
FsInfoSector.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
33 * The offset to the free cluster count value in the FS info sector.
55 * @param bs the boot sector that specifies where the FS info sector is
57 * @return the FS info sector that was read
74 * @param bs the boot sector specifying the FS info sector storage
75 * @return the FS info sector instance that was created
83 "creating a FS info sector at offset 0 is strange");
135 * file system this FS info sector is part of.
173 throw new IOException("invalid FS info sector signature")
    [all...]
Sector.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java 19 package de.waldheinz.fs.util;
21 import de.waldheinz.fs.BlockDevice;
22 import de.waldheinz.fs.ReadOnlyException;
RamDisk.java 19 package de.waldheinz.fs.util;
21 import de.waldheinz.fs.*;
  /frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
SvcMonitor.java 199 FileInputStream fs = new FileInputStream("/proc" + psname + "/stat"); local
200 BufferedReader br = new BufferedReader(new InputStreamReader(fs));
202 fs.close();
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 2474 FormatString fs = fsa[i]; local
2539 private FormatSpecifier fs; field in class:Formatter.FormatSpecifierParser
    [all...]
  /bionic/libc/kernel/uapi/video/
uvesafb.h 41 __u16 fs; member in struct:v86_regs
  /cts/tools/dasm/src/dasm/
Main.java 67 FileInputStream fs = new FileInputStream(fname); local
70 ir = new InputStreamReader(fs);
72 ir = new InputStreamReader(fs, encoding);
  /development/ndk/platforms/android-21/arch-x86/include/asm/
sigcontext32.h 69 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
sigcontext32.h 69 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 65 unsigned short fs, __fsh; member in struct:sigcontext
user32.h 56 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
user_32.h 57 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 180 void SetTLSFakeStack(FakeStack *fs) {
181 fake_stack_tls = fs;
185 void SetTLSFakeStack(FakeStack *fs) { }
195 if (FakeStack *fs = GetTLSFakeStack())
196 return fs;
203 FakeStack *fs = GetFakeStackFast(); local
204 if (!fs) return 0;
207 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, real_stack);
251 FakeStack *fs = reinterpret_cast<FakeStack*>(fake_stack) local
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 54 ext2_filsys fs = ctx->fs; local
63 init_resource_track(&rtrack, ctx->fs->io);
76 pctx.errcode = e2fsck_allocate_inode_bitmap(fs, _("inode done bitmap"),
136 print_resource_track(ctx, _("Pass 3"), &rtrack, ctx->fs->io);
145 ext2_filsys fs = ctx->fs; local
178 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk);
186 ext2fs_mark_block_bitmap2(fs->block_map, blk);
187 ext2fs_mark_bb_dirty(fs);
264 ext2_filsys fs = ctx->fs; local
358 ext2_filsys fs = ctx->fs; local
506 ext2_filsys fs = ctx->fs; local
557 ext2_filsys fs = ctx->fs; local
598 ext2_filsys fs; member in struct:fix_dotdot_struct
645 ext2_filsys fs = ctx->fs; local
787 ext2_filsys fs = ctx->fs; local
    [all...]
pass5.c 41 init_resource_track(&rtrack, ctx->fs->io);
48 if ((ctx->progress)(ctx, 5, 0, ctx->fs->group_desc_count*2))
73 print_resource_track(ctx, _("Pass 5"), &rtrack, ctx->fs->io);
79 ext2_filsys fs = ctx->fs; local
87 if (ext2fs_test_changed(fs))
91 (io_channel_discard(fs->io, start, count)))
104 ext2_filsys fs = ctx->fs; local
110 if ((start < 1) || (start > EXT2_INODES_PER_GROUP(fs->super)))
195 ext2_filsys fs = ctx->fs; local
533 ext2_filsys fs = ctx->fs; local
809 ext2_filsys fs = ctx->fs; local
853 ext2_filsys fs = ctx->fs; local
    [all...]
problem.c 476 /* Block bitmap conflicts with some other fs block */
481 /* Inode bitmap conflicts with some other fs block */
486 /* Inode table conflicts with some other fs block */
516 /* Block number overlaps fs metadata */
1833 ext2_filsys fs = ctx->fs; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
block.c 22 ext2_filsys fs; member in struct:block_context
23 int (*func)(ext2_filsys fs,
67 limit = ctx->fs->blocksize >> 2;
71 ret = (*ctx->func)(ctx->fs, &blk64,
81 if (*ind_block >= ext2fs_blocks_count(ctx->fs->super) ||
82 *ind_block < ctx->fs->super->s_first_data_block) {
87 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block,
99 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount,
115 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount,
130 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block
    [all...]
bmap64.h 42 ext2_filsys fs; member in struct:ext2fs_struct_generic_bitmap
69 errcode_t (*new_bmap)(ext2_filsys fs, ext2fs_generic_bitmap bmap);
fileio.c 24 ext2_filsys fs; member in struct:ext2_file
34 #define BMAP_BUFFER (file->buf + fs->blocksize)
36 errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino,
48 !(fs->flags & EXT2_FLAG_RW))
57 file->fs = fs;
64 retval = ext2fs_read_inode(fs, ino, &file->inode);
69 retval = ext2fs_get_array(3, fs->blocksize, &file->buf);
83 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino,
86 return ext2fs_file_open2(fs, ino, NULL, flags, ret)
124 ext2_filsys fs; local
185 ext2_filsys fs = file->fs; local
229 ext2_filsys fs; local
271 ext2_filsys fs; local
400 ext2_filsys fs = file->fs; local
    [all...]
gen_bitmap.c 32 ext2_filsys fs; member in struct:ext2fs_struct_generic_bitmap
76 errcode_t ext2fs_make_generic_bitmap(errcode_t magic, ext2_filsys fs,
91 bitmap->fs = fs;
146 return (ext2fs_make_generic_bitmap(src->magic, src->fs,
inode.c 34 ext2_filsys fs; member in struct:ext2_struct_inode_scan
47 errcode_t (*done_group)(ext2_filsys fs,
60 errcode_t ext2fs_flush_icache(ext2_filsys fs)
64 if (!fs->icache)
67 for (i=0; i < fs->icache->cache_size; i++)
68 fs->icache->cache[i].ino = 0;
70 fs->icache->buffer_blk = 0;
74 static errcode_t create_icache(ext2_filsys fs)
78 if (fs->icache)
80 retval = ext2fs_get_mem(sizeof(struct ext2_inode_cache), &fs->icache)
230 ext2_filsys fs = scan->fs; local
    [all...]
mkjournal.c 44 errcode_t ext2fs_create_journal_superblock(ext2_filsys fs,
54 if ((retval = ext2fs_get_mem(fs->blocksize, &jsb)))
57 memset (jsb, 0, fs->blocksize);
64 jsb->s_blocksize = htonl(fs->blocksize);
69 memcpy(jsb->s_uuid, fs->super->s_uuid, sizeof(fs->super->s_uuid));
74 if (fs->super->s_feature_incompat &
77 if (fs->blocksize == 1024)
92 static errcode_t write_journal_file(ext2_filsys fs, char *filename,
100 if ((retval = ext2fs_create_journal_superblock(fs, num_blocks, flags
607 ext2_filsys fs; local
    [all...]
  /external/e2fsprogs/lib/quota/
mkquota.c 53 int quota_file_exists(ext2_filsys fs, int qtype, int fmt)
64 ret = ext2fs_lookup(fs, EXT2_ROOT_INO, qf_name, strlen(qf_name), 0,
75 void quota_set_sb_inum(ext2_filsys fs, ext2_ino_t ino, int qtype)
79 inump = (qtype == USRQUOTA) ? &fs->super->s_usr_quota_inum :
80 &fs->super->s_grp_quota_inum;
85 ext2fs_mark_super_dirty(fs);
88 errcode_t quota_remove_inode(ext2_filsys fs, int qtype)
92 ext2fs_read_bitmaps(fs);
93 qf_ino = (qtype == USRQUOTA) ? fs->super->s_usr_quota_inum :
94 fs->super->s_grp_quota_inum
125 ext2_filsys fs; local
366 ext2_filsys fs; local
530 ext2_filsys fs = qctx->fs; local
    [all...]

Completed in 3394 milliseconds

1 2 3 4 5 6 78 91011>>