HomeSort by relevance Sort by last modified time
    Searched full:inodes (Results 176 - 200 of 352) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/tests/f_holedir2/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_illibitmap/
expect.1 12 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_lpffile/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_miss_journal/
expect.1 6 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_orphan/
expect.1 6 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_reconnect/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
  /external/sepolicy/
genfs_contexts 1 # Label inodes with the fs label.
  /system/extras/tests/sdcard/
sysutil.h 44 // .syncAnddropCaches Call sync an drop page/dentries/inodes caches.
45 // .fsyncAnddropCaches Call fsync an drop page/dentries/inodes caches.
109 // * 2 To free dentries and inodes.
110 // * 3 To free pagecache, dentries and inodes.
117 // * 2 To free dentries and inodes.
118 // * 3 To free pagecache, dentries and inodes.
  /system/extras/ext4_utils/
make_ext4fs.c 331 u32 inodes = DIV_ROUND_UP(info.inodes, block_groups); local
332 inodes = ALIGN(inodes, (info.block_size / info.inode_size));
334 /* After properly rounding up the number of inodes/group,
335 * make sure to update the total inodes field in the info struct.
337 info.inodes = inodes * block_groups;
339 return inodes;
506 if (info.inodes <= 0
    [all...]
  /external/e2fsprogs/misc/
e2image.8.in 68 filesystems and how many inodes are in use. For a typical 10 gigabyte
69 filesystem, with 200,000 inodes in use out of 1.2 million inodes, the
71 15,000 inodes in use out of 550,000 inodes will result in a 3 megabyte
  /external/e2fsprogs/tests/f_extents2/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
36 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
38 (There are 3 inodes containing multiply-claimed blocks.)
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 142 __u32 bg_inode_bitmap; /* Inodes bitmap block */
143 __u32 bg_inode_table; /* Inodes table block */
145 __u16 bg_free_inodes_count; /* Free inodes count */
149 __u16 bg_itable_unused; /* Unused inodes count */
156 __u32 bg_inode_bitmap; /* Inodes bitmap block */
157 __u32 bg_inode_table; /* Inodes table block */
159 __u16 bg_free_inodes_count; /* Free inodes count */
163 __u16 bg_itable_unused; /* Unused inodes count */
166 __u32 bg_inode_bitmap_hi; /* Inodes bitmap block MSB */
167 __u32 bg_inode_table_hi; /* Inodes table block MSB *
    [all...]
  /external/e2fsprogs/e2fsck/
CHANGES 14 Deleted inodes from old ext2fs code (inodes with dtime set but
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quotaio_v2.h 31 __le32 dqb_ihardlimit; /* absolute limit on allocated inodes */
33 __le32 dqb_curinodes; /* current # allocated inodes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
statvfs.h 34 typedef __fsfilcnt_t fsfilcnt_t; /* Type to count file system inodes. */
43 typedef __fsfilcnt64_t fsfilcnt_t; /* Type to count file system inodes. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v2.h 31 __le32 dqb_ihardlimit; /* absolute limit on allocated inodes */
33 __le32 dqb_curinodes; /* current # allocated inodes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 34 typedef __fsfilcnt_t fsfilcnt_t; /* Type to count file system inodes. */
43 typedef __fsfilcnt64_t fsfilcnt_t; /* Type to count file system inodes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v2.h 31 __le32 dqb_ihardlimit; /* absolute limit on allocated inodes */
33 __le32 dqb_curinodes; /* current # allocated inodes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 34 typedef __fsfilcnt_t fsfilcnt_t; /* Type to count file system inodes. */
43 typedef __fsfilcnt64_t fsfilcnt_t; /* Type to count file system inodes. */
  /external/chromium/base/
dir_reader_posix.h 16 // 32-bit inodes. There is a getdirentries64 syscall in 10.6, but it's not
  /external/e2fsprogs/tests/f_badbblocks/
expect.1 5 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_badinode/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_badorphan/
expect.1 7 Pass 1: Checking inodes, blocks, and sizes
8 Inodes that were part of a corrupted orphan linked list found. Fix? yes
65 Free inodes count wrong for group #0 (1951, counted=1989).
71 Free inodes count wrong (1951, counted=1989).
  /external/e2fsprogs/tests/f_badprimary/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_clear_xattr/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes

Completed in 989 milliseconds

1 2 3 4 5 6 78 91011>>