HomeSort by relevance Sort by last modified time
    Searched refs:current_fs (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/debugfs/
unused.c 38 for (blk=current_fs->super->s_first_data_block;
39 blk < current_fs->super->s_blocks_count; blk++) {
40 if (ext2fs_test_block_bitmap(current_fs->block_map,blk))
42 retval = io_channel_read_blk(current_fs->io, blk, 1, buf);
47 for (i=0; i < current_fs->blocksize; i++)
50 if (i >= current_fs->blocksize)
54 for (i=0; i < current_fs->blocksize; i++)
debugfs.c 45 ext2_filsys current_fs = NULL; variable
57 current_fs = NULL;
65 current_fs = NULL;
71 current_fs = NULL;
83 unix_io_manager, &current_fs);
86 current_fs = NULL;
93 retval = ext2fs_read_inode_bitmap(current_fs);
98 retval = ext2fs_read_block_bitmap(current_fs);
106 retval = ext2fs_set_data_io(current_fs, data_io);
118 retval = ext2fs_close(current_fs);
    [all...]
util.c 124 retval = ext2fs_namei(current_fs, root, cwd, str, &ino);
138 if (!current_fs) {
151 if (current_fs) {
154 current_fs->device_name);
166 if (!(current_fs->flags & EXT2_FLAG_RW)) {
180 if (!current_fs->block_map || !current_fs->inode_map) {
359 retval = ext2fs_read_inode_full(current_fs, ino, inode, bufsize);
372 retval = ext2fs_read_inode(current_fs, ino, inode);
385 retval = ext2fs_write_inode(current_fs, ino, inode)
    [all...]
ncheck.c 88 retval = ext2fs_open_inode_scan(current_fs, 0, &scan);
118 retval = ext2fs_get_pathname(current_fs, ino, 0, &iw.parent);
125 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
icheck.c 81 block_buf = malloc(current_fs->blocksize * 3);
94 retval = ext2fs_open_inode_scan(current_fs, 0, &scan);
115 icheck_proc(current_fs, &inode.i_file_acl, 0,
130 retval = ext2fs_block_iterate2(current_fs, ino,
htree.c 56 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0);
180 errcode = io_channel_read_blk(current_fs->io, pblk, 1, buf);
251 buf = malloc(2*current_fs->blocksize);
257 errcode = ext2fs_bmap(current_fs, ino, &inode, buf, 0, 0, &blk);
264 errcode = io_channel_read_blk(current_fs->io, blk,
283 htree_dump_int_node(current_fs, ino, &inode, rootnode, ent,
284 buf + current_fs->blocksize,
372 pb.buf = malloc(current_fs->blocksize);
380 ext2fs_block_iterate2(current_fs, inode, BLOCK_FLAG_READ_ONLY, 0,
404 errcode = io_channel_read_blk(current_fs->io, *blocknr, 1, p->buf)
    [all...]
lsdel.c 101 now = current_fs->now ? current_fs->now : time(0);
111 block_buf = malloc(current_fs->blocksize * 3);
117 retval = ext2fs_open_inode_scan(current_fs, 0, &scan);
143 retval = ext2fs_block_iterate2(current_fs, ino,
set_fields.c 404 retval = ext2fs_bmap(current_fs, set_ino, &set_inode, 0, BMAP_SET,
416 ext2fs_group_desc_csum_set(current_fs, set_bg);
417 set_gd = current_fs->group_desc[set_bg];
419 current_fs->group_desc[set_bg].bg_checksum);
497 set_sb = *current_fs->super;
499 *current_fs->super = set_sb;
500 ext2fs_mark_super_dirty(current_fs);
561 if (set_bg >= current_fs->group_desc_count) {
572 set_gd = current_fs->group_desc[set_bg];
575 current_fs->group_desc[set_bg] = set_gd
    [all...]
logdump.c 139 if (current_fs)
140 es = current_fs->super;
156 inodes_per_block = (current_fs->blocksize
160 current_fs->group_desc[inode_group].bg_inode_table +
181 if (block_to_dump != ANY_BLOCK && current_fs != NULL) {
185 bitmap_to_dump = current_fs->group_desc[group_to_dump].bg_block_bitmap;
221 retval = ext2fs_file_open2(current_fs, journal_inum,
621 super = current_fs->super;
dump.c 113 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
208 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
278 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
debugfs.h 22 extern ext2_filsys current_fs;
ls.c 171 retval = ext2fs_dir_iterate2(current_fs, inode, flags,
  /external/e2fsprogs/lib/ext2fs/
extent.c     [all...]

Completed in 747 milliseconds