Searched defs:ino (Results 51 - 75 of 91) sorted by relevance

1234

/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/e2fsprogs/e2fsck/
H A Dsuper.c156 static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino, argument
185 retval = ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_DEPTH_TRAVERSE,
190 ino);
197 e2fsck_read_inode(ctx, ino, inode, "release_inode_blocks");
213 ino);
233 ext2_ino_t ino, next_ino; local
238 if ((ino = fs->super->s_last_orphan) == 0)
256 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
257 (ino > fs->super->s_inodes_count)) {
259 pctx.ino
[all...]
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 Dpass1b.c88 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
90 static errcode_t clone_file(e2fsck_t ctx, ext2_ino_t ino,
119 static void add_dupe(e2fsck_t ctx, ext2_ino_t ino, blk64_t cluster, argument
140 ino_el->inode = ino;
145 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino));
151 if (ino == EXT2_ROOT_INO) {
160 dict_alloc_insert(&ino_dict, INT_TO_VOIDPTR(ino), di);
261 ext2_ino_t ino; member in struct:process_block_struct
271 ext2_ino_t ino = 0; local
293 if (ino
451 ext2_ino_t *shared, ino; local
621 delete_file(e2fsck_t ctx, ext2_ino_t ino, struct dup_inode *dp, char* block_buf) argument
781 clone_file(e2fsck_t ctx, ext2_ino_t ino, struct dup_inode *dp, char* block_buf) argument
[all...]
H A Dpass2.c62 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf);
69 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino);
172 pctx.dir = dx_dir->ino;
247 clear_htree(ctx, dx_dir->ino);
336 if (db_a->ino != db_b->ino)
337 return (int) (db_a->ino - db_b->ino);
349 ext2_ino_t ino, struct problem_context *pctx)
370 dirent->inode = ino;
347 check_dot(e2fsck_t ctx, struct ext2_dir_entry *dirent, ext2_ino_t ino, struct problem_context *pctx) argument
408 check_dotdot(e2fsck_t ctx, struct ext2_dir_entry *dirent, ext2_ino_t ino, struct problem_context *pctx) argument
723 ext2_ino_t ino = db->ino; local
1182 deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf) argument
1250 clear_htree(e2fsck_t ctx, ext2_ino_t ino) argument
1262 e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir, ext2_ino_t ino, char *buf) argument
[all...]
H A Drehash.c69 ino_t ino; member in struct:hash_entry
152 ent->ino = dirent->inode;
174 return (he_a->ino - he_b->ino);
331 ext2_ino_t ino,
343 pctx.ino = ino;
490 ext2_ino_t ino, ext2_ino_t parent)
502 dir->inode = ino;
551 ext2_ino_t ino,
330 duplicate_search_and_fix(e2fsck_t ctx, ext2_filsys fs, ext2_ino_t ino, struct fill_dir_struct *fd) argument
489 set_root_node(ext2_filsys fs, char *buf, ext2_ino_t ino, ext2_ino_t parent) argument
549 calculate_tree(ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, ext2_ino_t parent) argument
674 write_directory(e2fsck_t ctx, ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, int compress) argument
710 e2fsck_rehash_dir(e2fsck_t ctx, ext2_ino_t ino) argument
835 ext2_ino_t ino; local
[all...]
H A Dutil.c438 void e2fsck_read_inode(e2fsck_t ctx, unsigned long ino, argument
443 retval = ext2fs_read_inode(ctx->fs, ino, inode);
446 _("while reading inode %lu in %s"), ino, proc);
451 void e2fsck_read_inode_full(e2fsck_t ctx, unsigned long ino, argument
457 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize);
460 _("while reading inode %lu in %s"), ino, proc);
465 void e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino, argument
471 retval = ext2fs_write_inode_full(ctx->fs, ino, inode, bufsize);
474 _("while writing inode %lu in %s"), ino, proc);
479 void e2fsck_write_inode(e2fsck_t ctx, unsigned long 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...]
/external/e2fsprogs/lib/ext2fs/
H A Dinode.c68 fs->icache->cache[i].ino = 0;
111 errcode_t (*save_get_blocks)(ext2_filsys f, ext2_ino_t ino, blk_t *blocks);
404 errcode_t ext2fs_get_next_inode_full(ext2_inode_scan scan, ext2_ino_t *ino, argument
425 *ino = 0;
508 *ino = scan->current_inode;
512 errcode_t ext2fs_get_next_inode(ext2_inode_scan scan, ext2_ino_t *ino, argument
515 return ext2fs_get_next_inode_full(scan, ino, inode,
522 errcode_t ext2fs_read_inode_full(ext2_filsys fs, ext2_ino_t ino, argument
538 retval = (fs->read_inode)(fs, ino, inode);
542 if ((ino
624 ext2fs_read_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode * inode) argument
631 ext2fs_write_inode_full(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode * inode, int bufsize) argument
745 ext2fs_write_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
756 ext2fs_write_new_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
795 ext2fs_get_blocks(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks) argument
818 ext2fs_check_directory(ext2_filsys fs, ext2_ino_t ino) argument
[all...]
H A Dextent.c54 ext2_ino_t ino; member in struct:ext2_extent_handle
179 errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino, argument
182 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
185 errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino, argument
197 if ((ino == 0) || (ino > fs->super->s_inodes_count))
205 handle->ino = ino;
212 retval = ext2fs_read_inode(fs, ino, handle->inode);
545 retval = ext2fs_write_inode(handle->fs, handle->ino,
[all...]
H A Dicount.c45 ext2_ino_t ino; member in struct:ext2_icount_el
278 icount->list[i].ino = hint->list[i].ino;
302 ext2_ino_t ino, int pos)
309 if (icount->last_lookup && icount->last_lookup->ino == ino)
314 new_size = icount->list[(unsigned)icount->count-1].ino;
342 el->ino = ino;
353 ext2_ino_t ino, in
301 insert_icount_el(ext2_icount_t icount, ext2_ino_t ino, int pos) argument
352 get_icount_el(ext2_icount_t icount, ext2_ino_t ino, int create) argument
396 set_inode_count(ext2_icount_t icount, ext2_ino_t ino, __u32 count) argument
427 get_inode_count(ext2_icount_t icount, ext2_ino_t ino, __u32 *count) argument
480 ext2fs_icount_fetch(ext2_icount_t icount, ext2_ino_t ino, __u16 *ret) argument
502 ext2fs_icount_increment(ext2_icount_t icount, ext2_ino_t ino, __u16 *ret) argument
559 ext2fs_icount_decrement(ext2_icount_t icount, ext2_ino_t ino, __u16 *ret) argument
602 ext2fs_icount_store(ext2_icount_t icount, ext2_ino_t ino, __u16 count) argument
658 ext2_ino_t ino; member in struct:test_program
[all...]
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c65 ino_t ino; member in struct:__anon34311
95 if(oa->ino < ob->ino) return -1;
96 if(oa->ino > ob->ino) return 1;
102 static void add_obj_to_list(dev_t dev, ino_t ino, int obj) argument
107 obj_list[n_obj].ino = ino;
122 static int find_obj_in_list(dev_t dev, ino_t ino) argument
128 test.ino
[all...]
H A Dmkyaffsimage.c45 ino_t ino; member in struct:__anon34312
71 if(oa->ino < ob->ino) return -1;
72 if(oa->ino > ob->ino) return 1;
78 static void add_obj_to_list(dev_t dev, ino_t ino, int obj) argument
83 obj_list[n_obj].ino = ino;
98 static int find_obj_in_list(dev_t dev, ino_t ino) argument
104 test.ino
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c334 ino_t ino = fs->super->s_journal_inum; local
341 retval = ext2fs_read_inode(fs, ino, &inode);
347 retval = ext2fs_file_open2(fs, ino, &inode, 0, &journal_file);
/external/f2fs-tools/fsck/
H A Dfsck.c74 DBG(2, "ino[0x%x] has hard links [0x%x]\n", nid, link_cnt);
208 node_blk->footer.nid != node_blk->footer.ino) {
209 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]",
211 le32_to_cpu(node_blk->footer.ino));
215 node_blk->footer.nid == node_blk->footer.ino) {
216 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]",
218 le32_to_cpu(node_blk->footer.ino));
268 static int fsck_chk_xattr_blk(struct f2fs_sb_info *sbi, u32 ino, argument
290 DBG(2, "ino[0x%x] x_nid[0x%x]\n", ino, x_ni
857 nid_t ino = le32_to_cpu(orphan_blk->ino[j]); local
[all...]
H A Df2fs.h47 nid_t ino; member in struct:node_info
366 ni->ino = le32_to_cpu(raw_nat->ino);
H A Dmount.c74 nid_t ino = le32_to_cpu(node_block->footer.ino); local
77 if (ino == nid) {
1175 DBG(3, "nid[0x%8x] addr[0x%16x] ino[0x%8x]\n",
1176 nid + i, ni.blk_addr, ni.ino);
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h124 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
146 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
187 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h28 u64 ino; member in struct:mmap2_event
H A Dmap.c51 u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino,
68 map->ino = ino;
50 map__new(struct list_head *dsos__list, u64 start, u64 len, u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino, u64 ino_gen, char *filename, enum map_type type) argument
/external/oprofile/module/
H A Doprofile.c367 static int oprof_open(struct inode * ino, struct file * file) argument
394 static int oprof_release(struct inode * ino, struct file * file) argument
/external/tcpdump/
H A Dprint-nfs.c891 u_int32_t ino; local
908 Parse_fh((const u_char *)dp, len, &fsid, &ino, NULL, &sfsname, 0);
932 (void)printf("%ld", (long) ino);
/external/e2fsprogs/resize/
H A Dresize2fs.c1366 ext2_ino_t ino; member in struct:process_block_struct
1393 printf("ino=%u, blockcnt=%lld, %llu->%llu\n",
1394 pb->ino, blockcnt, block, new_block);
1400 retval = ext2fs_add_dir_block2(fs->dblist, pb->ino,
1441 ext2_ino_t ino, new_inode; local
1500 retval = ext2fs_get_next_inode_full(scan, &ino, inode, inode_size);
1502 if (!ino)
1505 if (inode->i_links_count == 0 && ino != EXT2_RESIZE_INO)
1518 ino, inode, inode_size);
1525 pb.ino
1898 ext2_ino_t ino; local
[all...]
/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...]

Completed in 6541 milliseconds

1234