/external/u-boot/fs/jffs2/ |
jffs2_nand_1pass.c | 146 new->ino = node->ino; 165 new->ino = node->ino; 227 jOld->ino = 0; 260 jffs2_1pass_read_inode(struct b_lists *pL, u32 ino, char *dest, 277 if ((ino == jNode->ino)) { 288 if ((ino != jNode->ino)) [all...] |
summary.h | 52 __u32 ino; /* == zero for unlink */ member in struct:jffs2_sum_dirent_flash 108 __u32 ino; /* == zero for unlink */ member in struct:jffs2_sum_dirent_mem
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 146 ext2_ino_t ino; member in struct:ext2_db_entry2 153 ext2_ino_t ino; member in struct:ext2_db_entry 239 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks); 240 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino); 242 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino, 244 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino, 378 ext2_ino_t ino; member in struct:blk_alloc_ctx 722 blk64_t ext2fs_find_inode_goal(ext2_filsys fs, ext2_ino_t ino, 759 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse); 760 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, [all...] |
ext_attr.c | 28 static errcode_t read_ea_inode_hash(ext2_filsys fs, ext2_ino_t ino, __u32 *hash) 33 retval = ext2fs_read_inode(fs, ino, &inode); 309 ext2_ino_t ino; member in struct:ext2_xattr_handle 374 errcode_t ext2fs_free_ext_attr(ext2_filsys fs, ext2_ino_t ino, 385 err = ext2fs_read_inode_full(fs, ino, (struct ext2_inode *)&i, 408 err = ext2fs_read_ext_attr3(fs, blk, block_buf, ino); 420 err = ext2fs_write_ext_attr3(fs, blk, block_buf, ino); 434 err = ext2fs_write_inode_full(fs, ino, (struct ext2_inode *)&i, 446 static errcode_t prep_ea_block_for_write(ext2_filsys fs, ext2_ino_t ino, 467 err = ext2fs_read_ext_attr3(fs, blk, block_buf, ino); 1216 ext2_ino_t ino; local [all...] |
fallocate.c | 97 ext2_ino_t ino, 364 err = ext2fs_map_cluster_block(fs, ino, inode, 435 err = ext2fs_map_cluster_block(fs, ino, inode, 500 err = ext2fs_map_cluster_block(fs, ino, inode, newex.e_lblk, 552 err = ext2fs_map_cluster_block(fs, ino, inode, newex.e_lblk, 668 static errcode_t extent_fallocate(ext2_filsys fs, int flags, ext2_ino_t ino, 680 err = ext2fs_extent_open2(fs, ino, inode, &handle); 699 goal = ext2fs_find_inode_goal(fs, ino, inode, start); 703 err = ext_falloc_helper(fs, flags, ino, inode, handle, NULL, 714 err = ext_falloc_helper(fs, flags, ino, inode, handle, NULL [all...] |
/external/f2fs-tools/fsck/ |
quotaio.c | 80 written = f2fs_write(qf->sbi, qf->ino, buf, size, offset); 91 return f2fs_read(qf->sbi, qf->ino, buf, size, offset); 126 h->qh_qf.ino = qf_ino; 166 h->qh_qf.ino = qf_inum; 170 log_debug("Creating quota ino=%u, type=%d", qf_inum, qtype); 202 f2fs_filesize_update(sbi, h->qh_qf.ino, h->qh_qf.filesize);
|
xattr.c | 116 int f2fs_setxattr(struct f2fs_sb_info *sbi, nid_t ino, int index, const char *name, 140 if (ino < 3) 146 get_node_info(sbi, ino, &ni); 234 int inode_set_selinux(struct f2fs_sb_info *sbi, u32 ino, const char *secon) 239 return f2fs_setxattr(sbi, ino, F2FS_XATTR_INDEX_SECURITY,
|
sload.c | 61 nid_t ino, int mode) 84 mnt_path, ino, secontext); 85 inode_set_selinux(sbi, ino, secontext); 228 target_out_dir, dentries[i].ino); 241 dentries[i].ino, dentries[i].mode);
|
dump.c | 70 ni.nid, ni.ino, 91 ni.nid, ni.ino, 378 DBG(3, "ino[0x%x] has inline data!\n", nid); 450 dump_inode_blk(sbi, ni->ino, node_blk); 487 DBG(1, "nat_entry.ino [0x%x]\n", ni.ino); 494 DBG(1, "node_blk.footer.ino [0x%x]\n", le32_to_cpu(node_blk->footer.ino)); 497 if (le32_to_cpu(node_blk->footer.ino) == ni.ino & [all...] |
/bionic/libc/kernel/uapi/linux/ |
jffs2.h | 82 jint32_t ino; member in struct:jffs2_raw_dirent 96 jint32_t ino; member in struct:jffs2_raw_inode 134 jint32_t ino; member in struct:jffs2_raw_xref
|
/external/kernel-headers/original/uapi/linux/ |
jffs2.h | 124 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/squashfs-tools/kernel/fs/squashfs/ |
namei.c | 201 long long ino; local 206 ino = SQUASHFS_MKINODE(blk, off); 212 inode = squashfs_iget(dir->i_sb, ino, ino_num);
|
/external/e2fsprogs/debugfs/ |
debugfs.h | 55 extern int debugfs_read_inode(ext2_ino_t ino, struct ext2_inode * inode, 57 extern int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode, 59 extern int debugfs_write_inode(ext2_ino_t ino, struct ext2_inode * inode, 61 extern int debugfs_write_inode_full(ext2_ino_t ino, struct ext2_inode * inode, 63 extern int debugfs_write_new_inode(ext2_ino_t ino, struct ext2_inode * inode, 197 void dump_inode_attributes(FILE *out, ext2_ino_t ino);
|
debugfs.c | 658 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino, 668 errcode = ext2fs_extent_open(current_fs, ino, &handle); 1012 ext2_ino_t ino; local 1042 ino = string_to_inode(argv[optind]); 1043 if (ino == 0) 1046 if (debugfs_read_inode(ino, &inode, argv[0])) 1064 dump_extents(out, "", ino, flags, logical_width, physical_width); 1472 ext2_ino_t ino; local 1550 ext2_ino_t ino; local 2049 ext2_ino_t ino; local 2113 ext2_ino_t ino; local 2146 ext2_ino_t ino; local 2307 ext2_ino_t ino; local 2343 ext2_ino_t ino; local [all...] |
/external/e2fsprogs/e2fsck/ |
super.c | 188 static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino, 220 retval = ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_DEPTH_TRAVERSE, 225 ino); 232 e2fsck_read_inode_full(ctx, ino, EXT2_INODE(inode), sizeof(*inode), 242 &count, ino); 250 ino); 323 ext2_ino_t ino, next_ino; local 328 if ((ino = fs->super->s_last_orphan) == 0) 356 if ((ino < EXT2_FIRST_INODE(fs->super)) || 357 (ino > fs->super->s_inodes_count)) [all...] |
message.c | 19 * %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 201 ext2_ino_t ino) 206 if (!dir && (ino < num_special_inodes)) { 207 fputs(_(special_inode_name[ino]), f); 212 retval = ext2fs_get_pathname(fs, dir, ino, &path); 437 fprintf(f, "%*u", width, ctx->ino); [all...] |
pass5.c | 286 if (pctx->ino == pctx->ino2) 292 if (pctx->ino == pctx->ino2) 300 pctx->ino = pctx->ino2 = 0; 343 pctx.ino = ext2fs_get_block_bitmap_start2(ctx->block_found_map); 358 pctx.ino = ext2fs_get_block_bitmap_start2(fs->block_map); 595 pctx.ino = ext2fs_get_inode_bitmap_start2(ctx->inode_used_map); 608 pctx.ino = ext2fs_get_inode_bitmap_start2(fs->inode_map); 620 pctx.ino = pctx.ino2 = 0; 685 if (pctx.ino == 0) { 686 pctx.ino = pctx.ino2 = i [all...] |
/external/u-boot/fs/ubifs/ |
sb.c | 76 struct ubifs_ino_node *ino; local 289 ino = kzalloc(tmp, GFP_KERNEL); 290 if (!ino) 293 ino_key_init_flash(c, &ino->key, UBIFS_ROOT_INO); 294 ino->ch.node_type = UBIFS_INO_NODE; 295 ino->creat_sqnum = cpu_to_le64(++c->max_sqnum); 296 ino->nlink = cpu_to_le32(2); 298 ino->atime_sec = tmp_le64; 299 ino->ctime_sec = tmp_le64; 300 ino->mtime_sec = tmp_le64 [all...] |
debug.c | 418 const struct ubifs_ino_node *ino = node; local 420 key_read(c, &ino->key, &key); 424 (unsigned long long)le64_to_cpu(ino->creat_sqnum)); 426 (unsigned long long)le64_to_cpu(ino->size)); 427 pr_err("\tnlink %u\n", le32_to_cpu(ino->nlink)); 429 (long long)le64_to_cpu(ino->atime_sec), 430 le32_to_cpu(ino->atime_nsec)); 432 (long long)le64_to_cpu(ino->mtime_sec), 433 le32_to_cpu(ino->mtime_nsec)); 435 (long long)le64_to_cpu(ino->ctime_sec) 1958 struct ubifs_ino_node *ino; local 2193 struct ubifs_ino_node *ino; local [all...] |
/external/skia/src/ports/ |
SkOSFile_posix.cpp | 49 ino_t ino; member in struct:__anon38280 62 id->ino = status.st_ino; 69 && aID.ino == bID.ino
|
/external/skqp/src/ports/ |
SkOSFile_posix.cpp | 49 ino_t ino; member in struct:__anon39076 62 id->ino = status.st_ino; 69 && aID.ino == bID.ino
|
/external/strace/ |
oldstat.c | 48 .ino = zero_extend_signed_to_ull(buf.st_ino),
|
print_struct_stat.c | 47 tprintf(", st_ino=%llu, st_mode=", st->ino);
|
/external/elfutils/libdwfl/ |
linux-proc-maps.c | 217 uint64_t ino; local 221 &start, &end, &offset, &dmajor, &dminor, &ino, &nread) < 6 248 if (file[0] != '/' || (ino == 0 && dmajor == 0 && dminor == 0)) 253 && ino == last_ino && dmajor == last_dmajor && dminor == last_dminor) 271 last_ino = ino;
|
/external/e2fsprogs/misc/ |
tune2fs.c | 368 ino_t ino = fs->super->s_journal_inum; local 370 retval = ext2fs_read_inode(fs, ino, &inode); 376 if (ino == EXT2_JOURNAL_INO) { 383 retval = ext2fs_block_iterate3(fs, ino, 396 retval = ext2fs_write_inode(fs, ino, &inode); 501 static errcode_t rewrite_extents(ext2_filsys fs, ext2_ino_t ino, 513 errcode = ext2fs_extent_open(fs, ino, &handle); 745 static void update_ea_inode_hash(struct rewrite_context *ctx, ext2_ino_t ino, 752 retval = ext2fs_file_open(ctx->fs, ino, 0, &file); 829 static void rewrite_one_inode(struct rewrite_context *ctx, ext2_ino_t ino, 886 ext2_ino_t ino; local 996 ext2_ino_t ino; local 2417 ext2_ino_t ino; local 2594 ext2_ino_t ino; local [all...] |