/external/e2fsprogs/misc/ |
e2fuzz.c | 62 ext2_ino_t ino; member in struct:find_block 90 ext2_ino_t ino; local 125 retval = ext2fs_get_next_inode_full(scan, &ino, &inode, sizeof(inode)); 128 while (ino) { 147 fb.ino = ino; 148 retval = ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_READ_ONLY, 153 retval = ext2fs_get_next_inode_full(scan, &ino, &inode,
|
/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, 196 void dump_inode_attributes(FILE *out, ext2_ino_t ino);
|
debugfs.c | 638 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino, 648 errcode = ext2fs_extent_open(current_fs, ino, &handle); 998 ext2_ino_t ino; local 1028 ino = string_to_inode(argv[optind]); 1029 if (ino == 0) 1032 if (debugfs_read_inode(ino, &inode, argv[0])) 1050 dump_extents(out, "", ino, flags, logical_width, physical_width); 1445 ext2_ino_t ino; local 1521 ext2_ino_t ino; local 1997 ext2_ino_t ino; local 2060 ext2_ino_t ino; local 2091 ext2_ino_t ino; local 2212 ext2_ino_t ino; local 2247 ext2_ino_t ino; local [all...] |
/external/e2fsprogs/lib/support/ |
quotaio.h | 114 ext2_ino_t ino; member in struct:quota_file 204 errcode_t quota_inode_truncate(ext2_filsys fs, ext2_ino_t ino); 221 ext2_ino_t ino, int adjust); 223 ext2_ino_t ino, qsize_t space); 225 ext2_ino_t ino, qsize_t space); 233 void quota_set_sb_inum(ext2_filsys fs, ext2_ino_t ino, enum quota_type qtype);
|
/external/ltp/testcases/kernel/device-drivers/include/ |
includeTest.c | 87 static int test_open(struct inode *ino, struct file *f) 93 static int test_close(struct inode *ino, struct file *f) 99 static int test_ioctl(struct inode *ino, struct file *f, unsigned int cmd, 240 ino_t ino = 0; local 245 ino_t_to_u32(ino); 247 mk_fsid_v0(u32ptr, dev, ino);
|
/external/e2fsprogs/e2fsck/ |
super.c | 157 static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino, 186 retval = ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_DEPTH_TRAVERSE, 191 ino); 198 e2fsck_read_inode(ctx, ino, inode, "release_inode_blocks"); 206 block_buf, -1, &count, ino); 214 ino); 234 ext2_ino_t ino, next_ino; local 239 if ((ino = fs->super->s_last_orphan) == 0) 257 if ((ino < EXT2_FIRST_INODE(fs->super)) || 258 (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 198 ext2_ino_t ino) 203 if (!dir && (ino < num_special_inodes)) { 204 fputs(_(special_inode_name[ino]), f); 209 retval = ext2fs_get_pathname(fs, dir, ino, &path); 456 fprintf(f, "%*u", width, ctx->ino); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 141 ext2_ino_t ino; member in struct:ext2_db_entry2 148 ext2_ino_t ino; member in struct:ext2_db_entry 233 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks); 234 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino); 236 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino, 238 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino, 372 ext2_ino_t ino; member in struct:blk_alloc_ctx 712 blk64_t ext2fs_find_inode_goal(ext2_filsys fs, ext2_ino_t ino, 749 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse); 750 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, [all...] |
ext_attr.c | 217 ext2_ino_t ino; member in struct:ext2_xattr_handle 320 errcode_t ext2fs_free_ext_attr(ext2_filsys fs, ext2_ino_t ino, 331 err = ext2fs_read_inode_full(fs, ino, (struct ext2_inode *)&i, 354 err = ext2fs_read_ext_attr3(fs, blk, block_buf, ino); 366 err = ext2fs_write_ext_attr3(fs, blk, block_buf, ino); 380 err = ext2fs_write_inode_full(fs, ino, (struct ext2_inode *)&i, 392 static errcode_t prep_ea_block_for_write(ext2_filsys fs, ext2_ino_t ino, 413 err = ext2fs_read_ext_attr3(fs, blk, block_buf, ino); 430 err = ext2fs_write_ext_attr3(fs, blk, block_buf, ino); 442 goal = ext2fs_find_inode_goal(fs, ino, (struct ext2_inode *)inode, 0) [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/ |
dump.c | 90 ni.nid, ni.ino, 109 ni.nid, ni.ino, 395 DBG(3, "ino[0x%x] has inline data!\n", nid); 467 dump_inode_blk(sbi, ni->ino, node_blk); 490 DBG(1, "nat_entry.ino [0x%x]\n", ni.ino); 495 DBG(1, "node_blk.footer.ino [0x%x]\n", le32_to_cpu(node_blk->footer.ino)); 498 if (le32_to_cpu(node_blk->footer.ino) == ni.ino & [all...] |
quotaio.c | 80 written = f2fs_write(qf->sbi, qf->ino, buf, size, offset); 90 return f2fs_read(qf->sbi, qf->ino, buf, size, offset); 125 h->qh_qf.ino = qf_ino; 164 h->qh_qf.ino = qf_inum; 168 log_debug("Creating quota ino=%u, type=%d", qf_inum, qtype); 200 f2fs_filesize_update(sbi, h->qh_qf.ino, h->qh_qf.filesize);
|
xattr.c | 113 int f2fs_setxattr(struct f2fs_sb_info *sbi, nid_t ino, int index, const char *name, 137 if (ino < 3) 143 get_node_info(sbi, ino, &ni); 230 int inode_set_selinux(struct f2fs_sb_info *sbi, u32 ino, const char *secon) 235 return f2fs_setxattr(sbi, ino, F2FS_XATTR_INDEX_SECURITY,
|
/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
|
auto_fs4.h | 62 __u64 ino; member in struct:autofs_v5_packet
|
/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/perfetto/tools/trace_to_text/ |
ftrace_event_formatter.cc | 563 "ext4_sync_file_enter: dev %d,%d ino %lu parent %lu datasync %d", 564 BlkMaj(event.dev()), BlkMin(event.dev()), event.ino(), event.parent(), 571 sprintf(line, "ext4_sync_file_exit: dev %d,%d ino %lu ret %d", 572 BlkMaj(event.dev()), BlkMin(event.dev()), event.ino(), event.ret()); 579 "ext4_da_write_begin: dev %d,%d ino %lu pos %lld len %u flags %u", 580 BlkMaj(event.dev()), BlkMin(event.dev()), event.ino(), event.pos(), 588 "ext4_da_write_end: dev %d,%d ino %lu pos %lld len %u copied %u", 589 BlkMaj(event.dev()), BlkMin(event.dev()), event.ino(), event.pos(), [all...] |
/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);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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
|
aufs_type.h | 140 uint64_t ino; member in struct:au_rdu_ent 197 uint64_t ino, h_ino; member in struct:aufs_ibusy
|
/external/skia/src/ports/ |
SkOSFile_posix.cpp | 48 ino_t ino; member in struct:__anon34221 61 id->ino = status.st_ino; 68 && aID.ino == bID.ino
|
/external/skqp/src/ports/ |
SkOSFile_posix.cpp | 48 ino_t ino; member in struct:__anon34889 61 id->ino = status.st_ino; 68 && 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/valgrind/include/ |
pub_tool_aspacemgr.h | 70 dev==ino==foff = 0, fnidx == -1 81 dev==ino==foff = 0, fnidx == -1 87 dev==ino==foff = 0, fnidx == -1 104 ULong ino; member in struct:__anon42713
|