/external/e2fsprogs/misc/ |
e2initrd_helper.c | 79 ext2_ino_t ino; local 86 filename, &ino); 90 retval = ext2fs_read_inode(fs, ino, &inode); 102 retval = ext2fs_file_open(fs, ino, 0, &e2_file);
|
tune2fs.c | 307 ino_t ino = fs->super->s_journal_inum; local 309 retval = ext2fs_read_inode(fs, ino, &inode); 315 if (ino == EXT2_JOURNAL_INO) { 322 retval = ext2fs_block_iterate3(fs, ino, 335 retval = ext2fs_write_inode(fs, ino, &inode); 1491 ext2_ino_t ino; local 1665 ext2_ino_t ino; local [all...] |
dumpe2fs.c | 334 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/kernel-headers/original/uapi/linux/ |
auto_fs4.h | 134 __u64 ino; member in struct:autofs_v5_packet
|
fuse.h | 140 uint64_t ino; member in struct:fuse_attr 665 uint64_t ino; member in struct:fuse_dirent 689 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/bionic/libc/kernel/uapi/linux/ |
fuse.h | 27 uint64_t ino; member in struct:fuse_attr 509 uint64_t ino; member in struct:fuse_dirent 529 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/development/ndk/platforms/android-L/include/linux/ |
fuse.h | 27 uint64_t ino; member in struct:fuse_attr 509 uint64_t ino; member in struct:fuse_dirent 529 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/external/f2fs-tools/fsck/ |
f2fs.h | 47 nid_t ino; member in struct:node_info 366 ni->ino = le32_to_cpu(raw_nat->ino);
|
mount.c | 74 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); [all...] |
/cts/libs/deviceutil/src/android/cts/util/ |
FileUtils.java | 63 public int ino; field in class:FileUtils.FileStatus
|
/external/e2fsprogs/e2fsck/ |
journal.c | 472 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);
|
pass4.c | 43 pctx.ino = i; 164 pctx.ino = i;
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fsP.h | 77 ext2_ino_t ino; member in struct:ext2_inode_cache_ent
|
/external/e2fsprogs/resize/ |
resize2fs.c | 1366 ext2_ino_t ino; member in struct:process_block_struct 1441 ext2_ino_t ino, new_inode; local 1898 ext2_ino_t ino; local [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
example.js | 186 postCall('readdir', dirhandle, function(dirhandle, ino, name) { 188 if (ino === undefined) { 191 common.logMessage('Read entry ("' + name + '", ino = ' + ino +
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
map.h | 40 u64 ino; /* only valid for MMAP2 record */ member in struct:map 94 u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino,
|
map.c | 51 u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino, 68 map->ino = ino;
|
event.h | 28 u64 ino; member in struct:mmap2_event
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/ |
fuse_fs.cc | 475 // 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/f2fs-tools/include/ |
f2fs_fs.h | 396 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */ member in struct:f2fs_orphan_block 491 __le32 ino; /* inode nunmber */ member in struct:node_footer 514 __le32 ino; /* inode number */ member in struct:f2fs_nat_entry 689 __le32 ino; /* inode number */ member in struct:f2fs_dir_entry
|
/external/f2fs-tools/mkfs/ |
f2fs_format.c | 709 raw_node->footer.ino = super_block.root_ino; 788 nat_blk->entries[le32_to_cpu(super_block.root_ino)].ino = super_block.root_ino; 792 nat_blk->entries[le32_to_cpu(super_block.node_ino)].ino = super_block.node_ino; 796 nat_blk->entries[le32_to_cpu(super_block.meta_ino)].ino = super_block.meta_ino; 824 dent_blk->dentry[0].ino = super_block.root_ino; 830 dent_blk->dentry[1].ino = super_block.root_ino;
|
/external/oprofile/module/ |
oprofile.c | 367 static int oprof_open(struct inode * ino, struct file * file) 394 static int oprof_release(struct inode * ino, struct file * file)
|
/bionic/libc/bionic/ |
fts.c | 796 ino_t ino; local 833 ino = p->fts_ino = sbp->st_ino; 847 if (ino == t->fts_ino && dev == t->fts_dev) {
|
/bootable/recovery/ |
fuse_sideload.c | 141 attr->ino = nodeid;
|
/development/ndk/platforms/android-3/include/linux/ |
nfs_xdr.h | 227 __u64 ino; member in struct:nfs_entry
|