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

1 23 4 5

  /external/e2fsprogs/lib/ext2fs/
bmap.c 27 extern errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino,
137 errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode,
153 retval = ext2fs_read_inode(fs, ino, &inode_buf);
264 retval = ext2fs_write_inode(fs, ino, inode);
dblist_dir.c 72 ctx->dir = db_info->ino;
link.c 98 ext2_ino_t ino, int flags)
111 ls.inode = ino;
  /external/kernel-headers/original/linux/
stat.h 60 unsigned long ino; member in struct:kstat
ext3_fs.h 496 static inline int ext3_valid_inum(struct super_block *sb, unsigned long ino)
498 return ino == EXT3_ROOT_INO ||
499 ino == EXT3_JOURNAL_INO ||
500 ino == EXT3_RESIZE_INO ||
501 (ino >= EXT3_FIRST_INO(sb) &&
502 ino <= le32_to_cpu(EXT3_SB(sb)->s_es->s_inodes_count));
  /external/e2fsprogs/debugfs/
debugfs.c 1012 ext2_ino_t ino; local
1021 ino = string_to_inode(sourcename);
1022 if (!ino)
1053 if (debugfs_read_inode(ino, &inode, sourcename))
1056 retval = ext2fs_link(current_fs, dir, dest, ino,
1086 ext2_ino_t ino; local
1094 ino = string_to_inode(argv[1]);
1095 if (!ino)
1098 if (debugfs_read_inode(ino, &inode, argv[1]))
1101 if (ext2fs_test_inode_bitmap(current_fs->inode_map, ino)) {
1697 ext2_ino_t ino; local
1722 ext2_ino_t ino; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1036 ext2_ino_t ino; member in struct:process_block_struct
1063 printf("ino=%u, blockcnt=%lld, %u->%u\n",
1064 pb->ino, blockcnt, block, new_block);
1070 retval = ext2fs_add_dir_block(fs->dblist, pb->ino,
1111 ext2_ino_t ino, new_inode; local
1170 retval = ext2fs_get_next_inode_full(scan, &ino, inode, inode_size);
1172 if (!ino)
1175 if (inode->i_links_count == 0 && ino != EXT2_RESIZE_INO)
1187 ino, inode, inode_size);
1194 pb.ino = ino
1571 ext2_ino_t ino; local
    [all...]
  /external/e2fsprogs/doc/
libext2fs.texinfo 421 @deftypefun errcode_t ext2fs_read_inode (ext2_filsys @var{fs}, ext2_ino_t @var{ino}, struct ext2_inode *@var{inode})
422 Read the inode number @var{ino} into @var{inode}.
425 @deftypefun errcode_t ext2fs_write_inode (ext2_filsys @var{fs}, ext2_ino_t @var{ino}, struct ext2_inode *@var{inode})
426 Write @var{inode} to inode @var{ino}.
452 @deftypefun errcode_t ext2fs_get_next_inode (ext2_inode_scan @var{scan}, ext2_ino_t *@var{ino}, struct ext2_inode *@var{inode})
455 number of the inode is stored in @var{ino}, and the inode is stored in
497 ext2_ino_t @var{ino}, int @var{flags}, char *block_buf, int
501 Iterate over all of the blocks in inode number @var{ino} in filesystem
567 @deftypefun errcode_t ext2fs_block_iterate2 (ext2_filsys @var{fs}, ext2_ino_t @var{ino}, int @var{flags}, char *@var{block}_buf, int (*func)(ext2_filsys @var{fs}, blk_t *@var{blocknr}, e2_blkcnt_t @var{blockcnt}, blk_t @var{ref_blk}, int @var{ref_offset}, void *@var{private}), void *@var{private})
587 @deftypefun errcode_t ext2fs_get_blocks (ext2_filsys @var{fs}, ext2_ino_t @var{ino}, blk_t *@var{blocks}
    [all...]
  /external/e2fsprogs/misc/
e2initrd_helper.c 78 ext2_ino_t ino; local
85 filename, &ino);
89 retval = ext2fs_read_inode(fs, ino, &inode);
101 retval = ext2fs_file_open(fs, ino, 0, &e2_file);
tune2fs.c 256 ino_t ino = fs->super->s_journal_inum; local
258 retval = ext2fs_read_inode(fs, ino, &inode);
264 if (ino == EXT2_JOURNAL_INO) {
271 retval = ext2fs_block_iterate(fs, ino, 0, NULL,
283 retval = ext2fs_write_inode(fs, ino, &inode);
dumpe2fs.c 268 ino_t ino = fs->super->s_journal_inum; local
271 retval = ext2fs_read_inode(fs, ino, &inode);
  /external/grub/stage2/
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;
fsys_ufs2.c 210 int block, off, loc, ino = ROOTINO; local
219 if (!devread (fsbtodb (SUPERBLOCK, ino_to_fsba (SUPERBLOCK, ino)),
220 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct ufs2_dinode),
306 ino = dp->d_ino;
  /external/kernel-headers/original/linux/nfsd/
export.h 61 * for type 0 (dev/ino), one for type 1 (fsid)
xdr.h 171 int namlen, loff_t offset, ino_t ino, unsigned int);
  /external/e2fsprogs/e2fsck/
journal.c 449 pctx->ino = sb->s_journal_inum;
890 ext2_ino_t ino; local
954 strlen(*cpp), 0, &ino);
955 if ((retval == 0) && (ino == sb->s_journal_inum))
975 if ((retval = ext2fs_unlink(fs, EXT2_ROOT_INO, *cpp, ino, 0)) != 0)
984 if ((retval = ext2fs_write_inode(fs, ino, &inode)) != 0)
987 group = ext2fs_group_of_ino(fs, ino);
988 ext2fs_unmark_inode_bitmap(fs->inode_map, ino);
pass4.c 34 pctx.ino = i;
150 pctx.ino = i;
  /external/iproute2/misc/
ss.c 198 int find_users(unsigned ino, char *buf, int buflen)
209 if (!ino)
212 sprintf(pattern, "socket:[%u]", ino);
377 unsigned ino; member in struct:tcpstat
1159 &s.timer, &s.timeout, &s.retrs, &s.uid, &s.probes, &s.ino,
1210 if (find_users(s.ino, ubuf, sizeof(ubuf)) > 0)
1216 printf(" ino:%u", s.ino);
1395 printf(" ino:%u", r->idiag_inode);
1844 int ino; member in struct:unixstat
2021 int ino; local
    [all...]
  /frameworks/base/core/jni/
android_os_FileUtils.cpp 190 gFileStatusInoFieldID = env->GetFieldID(gFileStatusClass, "ino", "I");
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry
  /external/bluetooth/glib/build/win32/dirent/
dirent.c 132 /* Initialize the dirent structure. ino and reclen are invalid under
  /frameworks/base/core/java/android/os/
FileUtils.java 57 public int ino; field in class:FileUtils.FileStatus
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 227 __u64 ino; member in struct:nfs_entry

Completed in 392 milliseconds

1 23 4 5