HomeSort by relevance Sort by last modified time
    Searched refs:ino (Results 126 - 150 of 199) sorted by null

1 2 3 4 56 7 8

  /external/u-boot/fs/ubifs/
recovery.c 1421 struct ubifs_ino_node *ino = c->sbuf; local
1504 struct ubifs_ino_node *ino = c->sbuf; local
    [all...]
scan.c 190 struct ubifs_ino_node *ino = buf; local
212 key_read(c, &ino->key, &snod->key);
replay.c 187 ino_t ino; local
197 ino = key_inum(c, &r->key);
199 data_key_init(c, &min_key, ino, min_blk);
200 data_key_init(c, &max_key, ino, max_blk);
595 struct ubifs_ino_node *ino = snod->node; local
596 loff_t new_size = le64_to_cpu(ino->size);
598 if (le32_to_cpu(ino->nlink) == 0)
  /external/iproute2/misc/
ss.c 348 unsigned int ino; member in struct:user_ent
359 static int user_ent_hashfn(unsigned int ino)
361 int val = (ino >> 24) ^ (ino >> 16) ^ (ino >> 8) ^ ino;
366 static void user_ent_add(unsigned int ino, char *process,
379 p->ino = ino;
386 pp = &user_ent_hash[user_ent_hashfn(ino)];
465 unsigned int ino; local
679 unsigned int ino; member in struct:sockstat
3459 int type, prot, iface, state, rq, uid, ino; local
    [all...]
  /external/f2fs-tools/fsck/
mkquota.c 287 void quota_add_inode_usage(quota_ctx_t qctx, f2fs_ino_t ino,
294 UINT_TO_VOIDPTR(ino))) {
298 UINT_TO_VOIDPTR(ino), NULL);
f2fs.h 46 nid_t ino; member in struct:node_info
146 nid_t ino; member in struct:dentry
425 ni->ino = le32_to_cpu(raw_nat->ino);
mount.c 271 nid_t ino = le32_to_cpu(node_block->footer.ino); local
274 if (ino == nid) {
642 /* check reserved ino info */
    [all...]
  /external/kernel-headers/original/uapi/linux/
nilfs2_ondisk.h 268 #define NILFS_ROOT_METADATA_FILE(ino) \
269 ((ino) >= NILFS_DAT_INO && (ino) <= NILFS_SUFILE_INO)
auto_fs.h 195 __u64 ino; member in struct:autofs_v5_packet
fuse.h 169 uint64_t ino; member in struct:fuse_attr
729 uint64_t ino; member in struct:fuse_dirent
753 uint64_t ino; member in struct:fuse_notify_inval_inode_out
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
tagp.c 100 static int tagp_open(struct inode *ino, struct file *f)
105 static int tagp_close(struct inode *ino, struct file *f)
123 static int tagp_ioctl(struct inode *ino, struct file *f,
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 86 static int tbase_open(struct inode *ino, struct file *f)
91 static int tbase_close(struct inode *ino, struct file *f)
238 static int tbase_ioctl(struct inode *ino, struct file *f,
  /bionic/libc/kernel/uapi/linux/
auto_fs.h 100 __u64 ino; member in struct:autofs_v5_packet
fuse.h 26 uint64_t ino; member in struct:fuse_attr
435 uint64_t ino; member in struct:fuse_dirent
451 uint64_t ino; member in struct:fuse_notify_inval_inode_out
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 63 public int ino; field in class:FileUtils.FileStatus
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
FileUtils.java 63 public int ino; field in class:FileUtils.FileStatus
  /external/e2fsprogs/e2fsck/
journal.c 544 pctx->ino = sb->s_journal_inum;
949 pctx.ino = journal->j_failed_commit;
1034 ext2_ino_t ino; local
1100 strlen(*cpp), 0, &ino);
1101 if ((retval == 0) && (ino == sb->s_journal_inum))
1121 if ((retval = ext2fs_unlink(fs, EXT2_ROOT_INO, *cpp, ino, 0)) != 0)
1130 if ((retval = ext2fs_write_inode(fs, ino, &inode)) != 0)
1133 group = ext2fs_group_of_ino(fs, ino);
1134 ext2fs_unmark_inode_bitmap2(fs->inode_map, ino);
  /external/f2fs-tools/mkfs/
f2fs_format.c 749 journal->nat_j.entries[0].ne.ino = sb->root_ino;
759 journal->nat_j.entries[i].ne.ino = sb->qf_ino[qtype];
770 journal->nat_j.entries[i].ne.ino = cpu_to_le32(c.lpf_ino);
1083 raw_node->footer.ino = sb->root_ino;
    [all...]
  /external/u-boot/fs/jffs2/
jffs2_1pass.c 696 if ((inode == jNode->ino)) {
721 if (inode == jNode->ino) {
724 putLabeledWord("read_inode: inode = ", jNode->ino);
849 inode = jDir->ino;
931 st.st_ino = i->ino;
986 if (jDir->ino == 0) {
996 if (jNode->ino == jDir->ino &&
1078 jffs2_1pass_resolve_inode(struct b_lists * pL, u32 ino)
1096 if (ino == jDir->ino)
    [all...]
  /external/ltp/testcases/kernel/device-drivers/nls/
nlsTest.c 97 static int test_release(struct inode *ino, struct file *f)
107 static int test_ioctl(struct inode *ino, struct file *f,
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DumpArchiveInputStream.java 65 // map of ino -> dirent entry. We can use this to reconstruct full paths.
68 // map of ino -> (directory) entry when we're missing one or more elements in the path.
355 final int ino = DumpArchiveUtil.convert32(blockBuffer, i); local
367 final Dirent d = new Dirent(ino, entry.getIno(), type, name);
370 if ((type == 4) && names.containsKey(ino)) {
371 System.out.println("we already have ino: " +
372 names.get(ino));
376 names.put(ino, d);
  /external/perf_data_converter/src/quipper/
dso.cc 181 dso.ino == s->st_ino;
  /external/u-boot/include/
ext_common.h 199 int ino; member in struct:ext2fs_node
  /external/f2fs-tools/include/
f2fs_fs.h 706 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */ member in struct:f2fs_orphan_block
854 __le32 ino; /* inode nunmber */ member in struct:node_footer
880 __le32 ino; /* inode number */ member in struct:f2fs_nat_entry
1079 __le32 ino; /* inode number */ member in struct:f2fs_dir_entry
    [all...]
  /external/u-boot/fs/ext4/
ext4_common.c     [all...]

Completed in 766 milliseconds

1 2 3 4 56 7 8