HomeSort by relevance Sort by last modified time
    Searched refs:ino (Results 26 - 50 of 170) sorted by null

12 3 4 5 6 7

  /system/core/toolbox/
du.c 241 linkchk(dev_t dev, ino_t ino)
245 ino_t ino; member in struct:entry
260 if (dev == 0 && ino == 0) {
287 if (ohtable[i].ino || ohtable[i].dev)
288 linkchk(ohtable[i].dev, ohtable[i].ino);
296 tmp |= ino;
302 while (htable[h].ino || htable[h].dev) {
303 if ((htable[h].ino == ino) && (htable[h].dev == dev))
310 htable[h].ino = ino
    [all...]
  /external/e2fsprogs/debugfs/
dump.c 100 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd,
110 if (debugfs_read_inode(ino, &inode, cmdname))
113 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
188 static void rdump_symlink(ext2_ino_t ino, struct ext2_inode *inode,
208 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
242 static void rdump_inode(ext2_ino_t ino, struct ext2_inode *inode,
257 rdump_symlink(ino, inode, fullname);
265 dump_file("rdump", ino, fd, 1, fullname);
278 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
316 ext2_ino_t ino; local
    [all...]
lsdel.c 24 ext2_ino_t ino; member in struct:deleted_info
79 ext2_ino_t ino; local
125 retval = ext2fs_get_next_inode(scan, &ino, &inode);
133 while (ino) {
138 lsd.inode = ino;
143 retval = ext2fs_block_iterate2(current_fs, ino,
164 delarray[num_delarray].ino = ino;
179 retval = ext2fs_get_next_inode(scan, &ino, &inode);
197 delarray[i].ino,
    [all...]
htree.c 31 static void htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino,
47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
109 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
115 static void htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino,
148 htree_dump_int_block(fs, ino, inode, rootnode,
151 htree_dump_leaf_node(fs, ino, inode, rootnode,
158 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
173 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
187 htree_dump_int_node(fs, ino, inode, rootnode,
198 ext2_ino_t ino; local
    [all...]
debugfs.h 45 extern int debugfs_read_inode(ext2_ino_t ino, struct ext2_inode * inode,
47 extern int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
49 extern int debugfs_write_inode(ext2_ino_t ino, struct ext2_inode * inode,
51 extern int debugfs_write_new_inode(ext2_ino_t ino, struct ext2_inode * inode,
  /external/e2fsprogs/lib/ext2fs/
inode.c 68 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,
425 *ino = 0;
508 *ino = scan->current_inode;
512 errcode_t ext2fs_get_next_inode(ext2_inode_scan scan, ext2_ino_t *ino,
515 return ext2fs_get_next_inode_full(scan, ino, inode,
522 errcode_t ext2fs_read_inode_full(ext2_filsys fs, ext2_ino_t ino,
535 retval = (fs->read_inode)(fs, ino, inode);
539 if ((ino == 0) || (ino > fs->super->s_inodes_count)
    [all...]
dblist.c 155 errcode_t ext2fs_add_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk,
177 new_entry->ino = ino;
188 errcode_t ext2fs_set_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk,
196 if ((dblist->list[i].ino != ino) ||
251 if (db_a->ino != db_b->ino)
252 return (int) (db_a->ino - db_b->ino);
    [all...]
fileio.c 24 ext2_ino_t ino; member in struct:ext2_file
35 errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino,
57 file->ino = ino;
63 retval = ext2fs_read_inode(fs, ino, &file->inode);
82 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino,
85 return ext2fs_file_open2(fs, ino, NULL, flags, ret);
119 retval = ext2fs_bmap(fs, file->ino, &file->inode,
120 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0,
171 retval = ext2fs_bmap(fs, file->ino, &file->inode
    [all...]
unlink.c 71 const char *name, ext2_ino_t ino,
79 if (!name && !ino)
87 ls.inode = ino;
inode_io.c 38 ext2_ino_t ino; member in struct:inode_private_data
82 errcode_t ext2fs_inode_io_intern2(ext2_filsys fs, ext2_ino_t ino,
93 sprintf(data->name, "%u:%d", ino, ino_unique++);
96 data->ino = ino;
108 errcode_t ext2fs_inode_io_intern(ext2_filsys fs, ext2_ino_t ino,
111 return ext2fs_inode_io_intern2(fs, ino, NULL, name);
155 retval = ext2fs_file_open2(data->fs, data->ino,
tst_iscan.c 139 ext2_ino_t ino; local
147 retval = ext2fs_get_next_inode(scan, &ino, &inode);
152 while (ino) {
153 retval = ext2fs_get_next_inode(scan, &ino, &inode);
155 ext2fs_mark_inode_bitmap(bad_inode_map, ino);
ext2fs.h 137 ext2_ino_t ino; member in struct:ext2_db_entry
213 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
214 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
216 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
218 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
594 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
595 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino,
697 ext2_ino_t ino,
706 ext2_ino_t ino,
718 extern errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino,
    [all...]
ext2fsP.h 75 ext2_ino_t ino; member in struct:ext2_inode_cache_ent
  /external/e2fsprogs/e2fsck/
e2fsck.h 88 ext2_ino_t ino; /* Inode number */ member in struct:dir_info
99 ext2_ino_t ino; /* Inode number */ member in struct:dx_dir_info
393 extern void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
400 extern int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
402 extern int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
404 extern int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
406 extern int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
410 extern void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks);
411 extern struct dx_dir_info *e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino);
447 extern int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
    [all...]
scantest.c 97 ext2_ino_t ino; local
119 retval = ext2fs_get_next_inode(scan, &ino, &inode);
124 while (ino) {
129 retval = ext2fs_get_next_inode(scan, &ino, &inode);
rehash.c 69 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,
827 ext2_ino_t ino; local
    [all...]
iscan.c 100 ext2_ino_t ino; local
126 retval = ext2fs_get_next_inode(scan, &ino, &inode);
132 if (ino == 0)
  /external/grub/stage2/
fsys_xfs.c 83 ino2agno (xfs_ino_t ino)
85 return ino >> XFS_INO_AGINO_BITS;
89 ino2agino (xfs_ino_t ino)
91 return ino & XFS_INO_MASK(XFS_INO_AGINO_BITS);
95 ino2offset (xfs_ino_t ino)
97 return ino & XFS_INO_MASK(XFS_INO_OFFSET_BITS);
202 di_read (xfs_ino_t ino)
210 agno = ino2agno (ino);
211 agino = ino2agino (ino);
213 offset = ino2offset (ino);
539 xfs_ino_t ino, parent_ino, new_ino; local
    [all...]
fsys_ffs.c 186 int block, off, loc, map, ino = ROOTINO; local
194 if (!devread (fsbtodb (SUPERBLOCK, itod (SUPERBLOCK, ino)),
195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode),
285 ino = dp->d_ino;
  /ndk/sources/host-tools/make-3.81/
dir.c 236 ino_t ino[3]; member in struct:directory_contents
238 ino_t ino;
258 ^ ((unsigned int) key->ino[0]
259 + (unsigned int) key->ino[1]
260 + (unsigned int) key->ino[2]));
262 hash = ((unsigned int) key->dev << 4) ^ (unsigned int) key->ino;
281 ^ ~((unsigned int) key->ino[0]
282 + (unsigned int) key->ino[1]
283 + (unsigned int) key->ino[2]));
285 hash = ((unsigned int) key->dev << 4) ^ (unsigned int) ~key->ino;
234 ino_t ino[3]; member in struct:directory_contents
    [all...]
  /external/e2fsprogs/tests/progs/
test_rel.c 39 const char *str, ext2_ino_t *ino)
43 *ino = strtoul(str, &tmp, 0);
508 ext2_ino_t ino; local
521 retval = ext2fs_irel_next(irel, &ino, &ent);
526 if (ino == 0)
529 display_irel_entry(ino, &ent, 1);
539 ext2_ino_t ino; local
550 if (parse_inode(argv[0], "inode", argv[1], &ino))
563 retval = ext2fs_irel_add_ref(irel, ino, &ref);
575 ext2_ino_t ino; local
642 ext2_ino_t ino; local
    [all...]
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 30 * ino/dev of the exported inode.
121 static inline __u32 ino_t_to_u32(ino_t ino)
123 return (__u32) ino;
168 static inline void mk_fsid_v0(u32 *fsidv, dev_t dev, ino_t ino)
172 fsidv[1] = ino_t_to_u32(ino);
180 static inline void mk_fsid_v2(u32 *fsidv, dev_t dev, ino_t ino)
184 fsidv[2] = ino_t_to_u32(ino);
187 static inline void mk_fsid_v3(u32 *fsidv, dev_t dev, ino_t ino)
190 fsidv[1] = ino_t_to_u32(ino);
  /external/openssh/openbsd-compat/
getcwd.c 57 ino_t ino; local
113 ino = s.st_ino;
117 if (root_dev == dev && root_ino == ino) {
164 if (dp->d_fileno == ino)
182 if (s.st_dev == dev && s.st_ino == ino)
  /external/e2fsprogs/misc/
e2image.c 155 ext2_ino_t ino; member in struct:process_block_struct
169 ext2_ino_t ino, variable
174 if ((ino != stashed_ino) || !stashed_inode)
183 ext2_ino_t ino)
185 if ((ino != stashed_ino) || !stashed_inode)
194 ext2_ino_t ino, variable
197 if ((ino != stashed_ino) || !stashed_inode)
464 ext2_ino_t ino; local
502 retval = ext2fs_get_next_inode(scan, &ino, &inode);
510 if (ino == 0
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_mem.h 25 void FreeINO(int ino);

Completed in 3755 milliseconds

12 3 4 5 6 7