HomeSort by relevance Sort by last modified time
    Searched defs:ino (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/e2fsprogs/lib/ext2fs/
mkdir.c 38 ext2_ino_t ino = inum; local
48 if (!ino) {
50 0, &ino);
65 retval = ext2fs_new_dir_block(fs, ino, parent, &block);
72 if (parent != ino) {
96 retval = ext2fs_write_new_inode(fs, ino, &inode);
113 retval = ext2fs_link(fs, parent, name, ino, EXT2_FT_DIR);
121 if (parent != ino) {
132 ext2fs_inode_alloc_stats2(fs, ino, +1, 1);
bmove.c 29 ext2_ino_t ino; member in struct:process_block_struct
80 printf("ino=%ld, blockcnt=%lld, %u->%u\n", pb->ino,
84 retval = ext2fs_add_dir_block(fs->dblist, pb->ino,
99 ext2_ino_t ino; local
135 retval = ext2fs_get_next_inode(scan, &ino, &inode);
139 while (ino) {
144 pb.ino = ino;
150 retval = ext2fs_block_iterate2(fs, ino, 0, block_buf
    [all...]
alloc.c 80 ext2_ino_t i, ino; local
87 ino = (group * fs->super->s_inodes_per_group) + 1;
88 for (i=0; i < fs->super->s_inodes_per_group; i++, ino++)
89 ext2fs_fast_unmark_inode_bitmap(map, ino);
tst_iscan.c 139 ext2_ino_t ino; local
147 retval = ext2fs_get_next_inode(scan, &ino, &inode);
152 while (ino) {
153 retval = ext2fs_get_next_inode(scan, &ino, &inode);
155 ext2fs_mark_inode_bitmap(bad_inode_map, ino);
ext2fsP.h 75 ext2_ino_t ino; member in struct:ext2_inode_cache_ent
fileio.c 24 ext2_ino_t ino; member in struct:ext2_file
35 errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino,
57 file->ino = ino;
63 retval = ext2fs_read_inode(fs, ino, &file->inode);
82 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino,
85 return ext2fs_file_open2(fs, ino, NULL, flags, ret);
119 retval = ext2fs_bmap(fs, file->ino, &file->inode,
120 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0,
171 retval = ext2fs_bmap(fs, file->ino, &file->inode
    [all...]
inode_io.c 38 ext2_ino_t ino; member in struct:inode_private_data
82 errcode_t ext2fs_inode_io_intern2(ext2_filsys fs, ext2_ino_t ino,
93 sprintf(data->name, "%u:%d", ino, ino_unique++);
96 data->ino = ino;
108 errcode_t ext2fs_inode_io_intern(ext2_filsys fs, ext2_ino_t ino,
111 return ext2fs_inode_io_intern2(fs, ino, NULL, name);
155 retval = ext2fs_file_open2(data->fs, data->ino,
  /external/e2fsprogs/debugfs/
icheck.c 23 ext2_ino_t ino; member in struct:block_info
44 if (!bw->barray[i].ino && bw->barray[i].blk == *block_nr) {
45 bw->barray[i].ino = bw->inode;
61 ext2_ino_t ino; local
101 retval = ext2fs_get_next_inode(scan, &ino, &inode);
108 while (ino) {
112 bw.inode = ino;
130 retval = ext2fs_block_iterate2(current_fs, ino,
144 retval = ext2fs_get_next_inode(scan, &ino, &inode);
155 if (binfo->ino == 0)
    [all...]
ncheck.c 58 ext2_ino_t ino; local
95 retval = ext2fs_get_next_inode(scan, &ino, &inode);
103 while (ino) {
118 retval = ext2fs_get_pathname(current_fs, ino, 0, &iw.parent);
125 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
139 retval = ext2fs_get_next_inode(scan, &ino, &inode);
ls.c 53 ext2_ino_t ino; variable
67 ino = dirent->inode;
72 ino = 0;
77 if (ino && debugfs_read_inode(ino, &inode, name)) return 0;
78 fprintf(ls->f,"/%u/%06o/%d/%d/%s/",ino,inode.i_mode,inode.i_uid, inode.i_gid,name);
86 if (ino) {
87 if (debugfs_read_inode(ino, &inode, name))
99 fprintf(ls->f, "%c%6u%c %6o (%d) %5d %5d ", lbr, ino, rbr,
lsdel.c 24 ext2_ino_t ino; member in struct:deleted_info
79 ext2_ino_t ino; local
125 retval = ext2fs_get_next_inode(scan, &ino, &inode);
133 while (ino) {
138 lsd.inode = ino;
143 retval = ext2fs_block_iterate2(current_fs, ino,
164 delarray[num_delarray].ino = ino;
179 retval = ext2fs_get_next_inode(scan, &ino, &inode);
197 delarray[i].ino,
    [all...]
dump.c 100 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd,
110 if (debugfs_read_inode(ino, &inode, cmdname))
113 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
188 static void rdump_symlink(ext2_ino_t ino, struct ext2_inode *inode,
208 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
242 static void rdump_inode(ext2_ino_t ino, struct ext2_inode *inode,
257 rdump_symlink(ino, inode, fullname);
265 dump_file("rdump", ino, fd, 1, fullname);
278 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
316 ext2_ino_t ino; local
    [all...]
htree.c 31 static void htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino,
47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
109 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
115 static void htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino,
148 htree_dump_int_block(fs, ino, inode, rootnode,
151 htree_dump_leaf_node(fs, ino, inode, rootnode,
158 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
173 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
187 htree_dump_int_node(fs, ino, inode, rootnode,
198 ext2_ino_t ino; local
    [all...]
util.c 109 ext2_ino_t ino; local
115 * If the string is of the form <ino>, then treat it as an
119 ino = strtoul(str+1, &end, 0);
121 return ino;
124 retval = ext2fs_namei(current_fs, root, cwd, str, &ino);
129 return ino;
354 int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
359 retval = ext2fs_read_inode_full(current_fs, ino, inode, bufsize);
361 com_err(cmd, retval, "while reading inode %u", ino);
367 int debugfs_read_inode(ext2_ino_t ino, struct ext2_inode * inode
    [all...]
  /external/e2fsprogs/e2fsck/
emptydir.c 26 ext2_ino_t ino; member in struct:empty_dir_info_struct
94 if (db->ino == 11)
98 db->blk, db->blockcnt, db->ino);
101 if (ext2fs_test_inode_bitmap(edi->dir_map, db->ino))
103 ext2fs_mark_inode_bitmap(edi->dir_map, db->ino);
105 ext2fs_add_dir_block(edi->empty_dblist, db->ino,
130 retval = ext2fs_bmap(fs, edi->ino, &edi->inode,
158 edi->ino = db->ino;
160 retval = ext2fs_read_inode(fs, db->ino, &edi->inode)
    [all...]
scantest.c 97 ext2_ino_t ino; local
119 retval = ext2fs_get_next_inode(scan, &ino, &inode);
124 while (ino) {
129 retval = ext2fs_get_next_inode(scan, &ino, &inode);
iscan.c 100 ext2_ino_t ino; local
126 retval = ext2fs_get_next_inode(scan, &ino, &inode);
132 if (ino == 0)
  /external/valgrind/main/include/
pub_tool_libcfile.h 54 ULong ino; member in struct:vg_stat
pub_tool_aspacemgr.h 68 dev==ino==foff = 0, fnidx == -1
80 dev==ino==foff = 0, fnidx == -1
86 dev==ino==foff = 0, fnidx == -1
103 ULong ino; member in struct:__anon17094
  /external/grub/stage2/
fsys_ffs.c 186 int block, off, loc, map, ino = ROOTINO; local
194 if (!devread (fsbtodb (SUPERBLOCK, itod (SUPERBLOCK, ino)),
195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode),
285 ino = dp->d_ino;
fsys_ufs2.c 210 int block, off, loc, ino = ROOTINO; local
219 if (!devread (fsbtodb (SUPERBLOCK, ino_to_fsba (SUPERBLOCK, ino)),
220 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct ufs2_dinode),
306 ino = dp->d_ino;
  /external/openssh/openbsd-compat/
getcwd.c 57 ino_t ino; local
113 ino = s.st_ino;
117 if (root_dev == dev && root_ino == ino) {
164 if (dp->d_fileno == ino)
182 if (s.st_dev == dev && s.st_ino == ino)
  /system/extras/fatblock/
fatblock.h 50 ino_t ino; member in struct:file
  /external/e2fsprogs/tests/progs/
test_icount.c 51 const char *str, ext2_ino_t *ino)
55 *ino = strtoul(str, &tmp, 0);
106 ext2_ino_t ino; local
115 if (parse_inode(argv[0], "inode", argv[1], &ino))
117 retval = ext2fs_icount_fetch(test_icount, ino, &count);
129 ext2_ino_t ino; local
138 if (parse_inode(argv[0], "inode", argv[1], &ino))
140 retval = ext2fs_icount_increment(test_icount, ino, &count);
153 ext2_ino_t ino; local
162 if (parse_inode(argv[0], "inode", argv[1], &ino))
177 ext2_ino_t ino; local
    [all...]
  /external/elfutils/libdwfl/
linux-proc-maps.c 161 uint64_t ino; local
165 &start, &end, &offset, &dmajor, &dminor, &ino, &nread) < 6
192 if (file[0] == '\0' || (ino == 0 && dmajor == 0 && dminor == 0))
197 && ino == last_ino && dmajor == last_dmajor && dminor == last_dminor)
211 last_ino = ino;

Completed in 235 milliseconds

1 2 3 4 5