HomeSort by relevance Sort by last modified time
    Searched defs:ino (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/e2fsprogs/e2fsck/
pass2.c 62 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf);
69 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino);
167 pctx.dir = dx_dir->ino;
242 clear_htree(ctx, dx_dir->ino);
331 if (db_a->ino != db_b->ino)
332 return (int) (db_a->ino - db_b->ino);
344 ext2_ino_t ino, struct problem_context *pctx)
365 dirent->inode = ino;
718 ext2_ino_t ino = db->ino; local
    [all...]
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...]
pass1.c 69 static void mark_inode_bad(e2fsck_t ctx, ino_t ino);
80 ext2_ino_t ino; member in struct:process_block_struct
96 ext2_ino_t ino; member in struct:process_inode_block
167 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
184 if (ext2fs_extent_open2(fs, ino, inode, &handle))
248 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
267 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
346 e2fsck_write_inode_full(ctx, pctx->ino, pctx->inode,
364 printf("inode #%u, i_extra_size %d\n", pctx->ino,
379 e2fsck_write_inode_full(ctx, pctx->ino, pctx->inode
548 ext2_ino_t ino; local
1413 ext2_ino_t ino = pctx->ino; local
1828 ext2_ino_t ino = pctx->ino; local
1877 ext2_ino_t ino = pctx->ino; local
    [all...]
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...]
  /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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 125 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
147 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
188 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
fuse.h 44 __u64 ino; member in struct:fuse_attr
397 __u64 ino; member in struct:fuse_dirent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 125 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
147 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
188 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
fuse.h 44 __u64 ino; member in struct:fuse_attr
397 __u64 ino; member in struct:fuse_dirent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 125 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
147 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
188 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
fuse.h 44 __u64 ino; member in struct:fuse_attr
397 __u64 ino; member in struct:fuse_dirent
  /external/e2fsprogs/lib/ext2fs/
extent.c 54 ext2_ino_t ino; member in struct:ext2_extent_handle
180 extern errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino,
183 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
186 extern errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino,
198 if ((ino == 0) || (ino > fs->super->s_inodes_count))
210 handle->ino = ino;
217 retval = ext2fs_read_inode(fs, ino, handle->inode);
549 retval = ext2fs_write_inode(handle->fs, handle->ino,
    [all...]
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...]
  /external/e2fsprogs/misc/
tune2fs.c 276 ino_t ino = fs->super->s_journal_inum; local
278 retval = ext2fs_read_inode(fs, ino, &inode);
284 if (ino == EXT2_JOURNAL_INO) {
291 retval = ext2fs_block_iterate(fs, ino,
304 retval = ext2fs_write_inode(fs, ino, &inode);
1206 ext2_ino_t ino; local
1221 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1225 if (!ino)
1250 retval = ext2fs_write_inode(fs, ino, &inode);
1258 retval = ext2fs_block_iterate2(fs, ino, 0, block_buf
1378 ext2_ino_t ino; local
    [all...]
mke2fs.c 447 ext2_ino_t ino; local
459 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, name, strlen(name), 0, &ino);
472 retval = ext2fs_expand_dir(fs, ino);
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1234 ext2_ino_t ino; member in struct:process_block_struct
1309 ext2_ino_t ino, new_inode; local
1763 ext2_ino_t ino; local
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 287 __u64 ino; member in struct:nfs_entry
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry
  /external/dnsmasq/src/
option.c 2539 ino_t ino; member in struct:fileread
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 573 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino,
583 errcode = ext2fs_extent_open(current_fs, ino, &handle);
859 ext2_ino_t ino; local
890 ino = string_to_inode(argv[optind]);
891 if (ino == 0)
894 if (debugfs_read_inode(ino, &inode, argv[0]))
914 dump_extents(out, "", ino, flags, logical_width, physical_width);
1271 ext2_ino_t ino; local
1280 ino = string_to_inode(sourcename);
1281 if (!ino)
1345 ext2_ino_t ino; local
1960 ext2_ino_t ino; local
1985 ext2_ino_t ino; local
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 336 ULong dev, ULong ino, Off64T offset,
499 seg->dev, seg->ino, seg->offset, seg->fnIdx,
545 seg->dev, seg->ino, seg->offset, seg->fnIdx
684 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
691 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
704 s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
748 && s1->dev == s2->dev && s1->ino == s2->ino
864 ULong dev, ULong ino, Off64T offset,
935 = nsegments[i].dev != 0 || nsegments[i].ino != 0
2021 ULong dev, ino; local
2219 ULong dev, ino; local
2525 ULong dev, ino; local
3232 ULong foffset, dev, ino; local
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry

Completed in 2088 milliseconds

1 23 4 5