Searched defs:ino (Results 1 - 25 of 91) sorted by path

1234

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.cc21 // TODO(binji): For now, just use a dummy value for the parent ino.
141 ino_t ino = it->second->stat_.st_ino; local
142 cache_.AddDirent(ino, name.c_str(), name.length());
H A Dgetdents_helper.cc44 void GetDentsHelper::AddDirent(ino_t ino, const char* name, size_t namelen) { argument
48 entry.d_ino = ino;
H A Dinode_pool.h42 void Release(ino_t ino) { argument
44 inos_.push_back(ino);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc475 // use a bogus ino.
476 ino_t ino = stbuf ? stbuf->st_ino : 1; local
486 fill_info->getdents->AddDirent(ino, name, strlen(name));
491 fill_info->getdents->AddDirent(ino, name, strlen(name));
/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp31 ino_t ino; member in struct:__anon15351
44 id->ino = status.st_ino;
51 && aID.ino == bID.ino
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c25062 ino_t ino; /* Inode number */ member in struct:unixFileId
25300 fileId.ino = statbuf.st_ino;
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c921 ino_t ino; /* Inode number */ member in struct:unixFileId
1159 fileId.ino = statbuf.st_ino;
4780 || pInode->fileId.ino!=sStat.st_ino) ){
/external/dnsmasq/src/
H A Doption.c2539 ino_t ino; member in struct:fileread
2550 if (r->dev == statbuf.st_dev && r->ino == statbuf.st_ino)
2557 r->ino = statbuf.st_ino;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c609 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino, argument
619 errcode = ext2fs_extent_open(current_fs, ino, &handle);
892 ext2_ino_t ino; local
922 ino = string_to_inode(argv[optind]);
923 if (ino == 0)
926 if (debugfs_read_inode(ino, &inode, argv[0]))
944 dump_extents(out, "", ino, flags, logical_width, physical_width);
1339 ext2_ino_t ino; local
1348 ino = string_to_inode(sourcename);
1349 if (!ino)
1415 ext2_ino_t ino; local
2090 ext2_ino_t ino; local
2117 ext2_ino_t ino; local
2236 ext2_ino_t ino; local
[all...]
H A Ddump.c102 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, argument
112 if (debugfs_read_inode(ino, &inode, cmdname))
115 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
200 static void rdump_symlink(ext2_ino_t ino, struct ext2_inode *inode, argument
220 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
254 static void rdump_inode(ext2_ino_t ino, struct ext2_inode *inode, argument
269 rdump_symlink(ino, inode, fullname);
277 dump_file("rdump", ino, fd, 1, fullname);
294 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
331 ext2_ino_t ino; local
[all...]
H A Dfilefrag.c36 ext2_ino_t ino; member in struct:dir_list
128 static void filefrag(ext2_ino_t ino, struct ext2_inode *inode, argument
156 retval = ext2fs_block_iterate3(current_fs, ino,
177 ext2_ino_t ino; variable
188 ino = dirent->inode;
203 if (debugfs_read_inode(ino, &inode, fs->name))
206 filefrag(ino, &inode, fs);
219 p->ino = ino;
234 static void dir_iterate(ext2_ino_t ino, struc argument
265 ext2_ino_t ino; local
[all...]
H A Dhtree.c31 static void htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino, argument
47 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
108 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
114 static void htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino, argument
147 htree_dump_int_block(fs, ino, inode, rootnode,
150 htree_dump_leaf_node(fs, ino, inode, rootnode,
157 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino, argument
172 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
186 htree_dump_int_node(fs, ino, inode, rootnode,
197 ext2_ino_t ino; local
[all...]
H A Dicheck.c23 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) {
114 bw.inode = ino;
134 retval = ext2fs_block_iterate3(current_fs, ino,
148 retval = ext2fs_get_next_inode(scan, &ino, &inode);
159 if (binfo->ino
[all...]
H A Dls.c53 ext2_ino_t ino; variable
66 ino = dirent->inode;
71 ino = 0;
76 if (ino) {
77 if (debugfs_read_inode(ino, &inode, name))
81 fprintf(ls->f,"/%u/%06o/%d/%d/%s/",ino,inode.i_mode,inode.i_uid, inode.i_gid,name);
88 if (ino) {
89 if (debugfs_read_inode(ino, &inode, name))
101 fprintf(ls->f, "%c%6u%c %6o (%d) %5d %5d ", lbr, ino, rbr,
H A Dlsdel.c24 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_iterate3(current_fs, ino,
164 delarray[num_delarray].ino = ino;
176 retval = ext2fs_get_next_inode(scan, &ino, &inode);
194 delarray[i].ino,
[all...]
H A Dncheck.c94 ext2_ino_t ino; local
147 retval = ext2fs_get_next_inode(scan, &ino, &inode);
155 while (ino) {
170 iw.dir = ino;
173 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
187 retval = ext2fs_get_next_inode(scan, &ino, &inode);
H A Dutil.c110 ext2_ino_t ino; local
116 * If the string is of the form <ino>, then treat it as an
120 ino = strtoul(str+1, &end, 0);
122 return ino;
125 retval = ext2fs_namei(current_fs, root, cwd, str, &ino);
130 return ino;
386 int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode, argument
391 retval = ext2fs_read_inode_full(current_fs, ino, inode, bufsize);
393 com_err(cmd, retval, "while reading inode %u", ino);
399 int debugfs_read_inode(ext2_ino_t ino, struc argument
412 debugfs_write_inode_full(ext2_ino_t ino, struct ext2_inode *inode, const char *cmd, int bufsize) argument
428 debugfs_write_inode(ext2_ino_t ino, struct ext2_inode * inode, const char *cmd) argument
441 debugfs_write_new_inode(ext2_ino_t ino, struct ext2_inode * inode, const char *cmd) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c117 void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent) argument
126 printf("add_dir_info for inode (%lu, %lu)...\n", ino, parent);
144 ent.ino = ino;
163 ctx->dir_info->array[ctx->dir_info->count-1].ino >= ino) {
165 if (ctx->dir_info->array[i-1].ino < ino)
168 if (dir->ino != ino)
183 e2fsck_get_dir_info(e2fsck_t ctx, ext2_ino_t ino) argument
392 e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent) argument
409 e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t dotdot) argument
426 e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t *parent) argument
442 e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t *dotdot) argument
[all...]
H A Ddx_dirinfo.c16 void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks) argument
24 printf("add_dx_dir_info for inode %lu...\n", ino);
57 ctx->dx_dir_info[ctx->dx_dir_info_count-1].ino >= ino) {
59 if (ctx->dx_dir_info[i-1].ino < ino)
62 if (dir->ino != ino)
68 dir->ino = ino;
81 e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino) argument
[all...]
H A De2fsck.h96 ext2_ino_t ino; /* Inode number */ member in struct:dir_info
107 ext2_ino_t ino; /* Inode number */ member in struct:dx_dir_info
412 extern void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
419 extern int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
421 extern int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
423 extern int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
425 extern int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
429 extern void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks);
430 extern struct dx_dir_info *e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino);
471 extern int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
[all...]
H A Demptydir.c26 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_block2(edi->empty_dblist, db->ino,
130 retval = ext2fs_bmap2(fs, edi->ino, &edi->inode,
158 edi->ino = db->ino;
160 retval = ext2fs_read_inode(fs, db->ino,
[all...]
H A Discan.c97 ext2_ino_t ino; local
123 retval = ext2fs_get_next_inode(scan, &ino, &inode);
129 if (ino == 0)
H A Djournal.c472 pctx->ino = sb->s_journal_inum;
861 pctx.ino = journal->j_failed_commit;
944 ext2_ino_t ino; local
1010 strlen(*cpp), 0, &ino);
1011 if ((retval == 0) && (ino == sb->s_journal_inum))
1031 if ((retval = ext2fs_unlink(fs, EXT2_ROOT_INO, *cpp, ino, 0)) != 0)
1040 if ((retval = ext2fs_write_inode(fs, ino, &inode)) != 0)
1043 group = ext2fs_group_of_ino(fs, ino);
1044 ext2fs_unmark_inode_bitmap2(fs->inode_map, ino);
H A Dmessage.c19 * %Di <dirent>->ino inode number
26 * %i <ino> inode number
42 * %p ext2fs_get_pathname of directory <ino>
43 * %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
47 * %Q ext2fs_get_pathname of directory <ino> with <dir> as
197 ext2_ino_t ino)
202 if (!dir && (ino < num_special_inodes)) {
203 fputs(_(special_inode_name[ino]), f);
208 retval = ext2fs_get_pathname(fs, dir, ino, &path);
455 fprintf(f, "%*u", width, ctx->ino);
196 print_pathname(FILE *f, ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino) argument
[all...]
H A Dpass1.c69 static void mark_inode_bad(e2fsck_t ctx, ino_t ino);
80 ext2_ino_t ino; member in struct:process_block_struct
97 ext2_ino_t ino; member in struct:process_inode_block
168 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino, argument
185 if (ext2fs_extent_open2(fs, ino, inode, &handle))
249 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
268 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
346 e2fsck_write_inode_full(ctx, pctx->ino, pctx->inode,
364 printf("inode #%u, i_extra_size %d\n", pctx->ino,
379 e2fsck_write_inode_full(ctx, pctx->ino, pct
547 ext2_ino_t ino = 0; local
1337 mark_inode_bad(e2fsck_t ctx, ino_t ino) argument
1496 ext2_ino_t ino = pctx->ino; local
1675 handle_htree(e2fsck_t ctx, struct problem_context *pctx, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf) argument
1732 e2fsck_clear_inode(e2fsck_t ctx, ext2_ino_t ino, struct ext2_inode *inode, int restart_flag, const char *source) argument
1961 ext2_ino_t ino = pctx->ino; local
2004 ext2_ino_t ino = pctx->ino; local
2779 pass1_get_blocks(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks) argument
2793 pass1_read_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
2804 pass1_write_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
2815 pass1_check_directory(ext2_filsys fs, ext2_ino_t ino) argument
[all...]

Completed in 567 milliseconds

1234