HomeSort by relevance Sort by last modified time
    Searched full:inodes (Results 451 - 475 of 695) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 152 __u32 bg_inode_bitmap; /* Inodes bitmap block */
153 __u32 bg_inode_table; /* Inodes table block */
155 __u16 bg_free_inodes_count; /* Free inodes count */
161 __u16 bg_itable_unused; /* Unused inodes count */
171 __u32 bg_inode_bitmap; /* Inodes bitmap block */
172 __u32 bg_inode_table; /* Inodes table block */
174 __u16 bg_free_inodes_count; /* Free inodes count */
180 __u16 bg_itable_unused; /* Unused inodes count */
183 __u32 bg_inode_bitmap_hi; /* Inodes bitmap block MSB */
184 __u32 bg_inode_table_hi; /* Inodes table block MSB *
    [all...]
initialize.c 304 * Make sure we have at least EXT2_FIRST_INO + 1 inodes, so
305 * that we have enough inodes for the filesystem(!)
311 * There should be at least as many inodes as the user
312 * requested. Figure out how many inodes per group that
314 * one bitmap's worth of inodes each group.
338 * Make sure the number of inodes per group completely fills
340 * additional inodes/group. Waste not, want not...
350 * Finally, make sure the number of inodes per group is a
405 /* This can only happen if the user requested too many inodes */
tst_bitmaps.c 153 unsigned int blocks, unsigned int inodes,
161 param.s_inodes_count = inodes;
197 unsigned int inodes = 0; local
214 inodes = parse_ulong(optarg, argv[0],
230 "[-i inodes] [-t type]\n", argv[0]);
234 setup_filesystem(argv[0], blocks, inodes, type, flags);
636 unsigned int inodes = 0; local
655 inodes = parse_ulong(optarg, argv[0],
698 setup_filesystem(argv[0], blocks, inodes, type, flags);
  /external/e2fsprogs/tests/j_long_trans_mcsum_32bit/
expect 2 Creating filesystem with 524288 1k blocks and 32768 inodes
11 Pass 1: Checking inodes, blocks, and sizes
100 Pass 1: Checking inodes, blocks, and sizes
129 Free inodes count wrong for group #0 (500, counted=501).
135 Free inodes count wrong (32756, counted=32757).
  /external/e2fsprogs/tests/j_long_trans_mcsum_64bit/
expect 1 Creating filesystem with 524288 1k blocks and 32768 inodes
10 Pass 1: Checking inodes, blocks, and sizes
99 Pass 1: Checking inodes, blocks, and sizes
128 Free inodes count wrong for group #0 (500, counted=501).
134 Free inodes count wrong (32756, counted=32757).
  /external/e2fsprogs/tests/r_32to64bit_move_itable/
expect 2 Creating filesystem with 786432 1k blocks and 98304 inodes
12 Pass 1: Checking inodes, blocks, and sizes
40 Free inodes: 97566
47 Inodes per group: 1024
101 Pass 1: Checking inodes, blocks, and sizes
  /external/kernel-headers/original/uapi/linux/
dqblk_xfs.h 60 __u64 d_ino_hardlimit;/* maximum # allocated inodes */
63 __u64 d_icount; /* # inodes owned by the user */
67 __u16 d_iwarns; /* # warnings issued wrt num inodes */
163 __s32 qs_itimelimit; /* limit for inodes timer */
208 __s32 qs_itimelimit; /* limit for inodes timer */
minix_fs.h 14 * minix filesystem (aka V2) with bigger inodes and 32-bit block
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 225 <Title>The view of inodes from the point of view of a blocks group</Title>
229 to explain inodes now. Rather, I would like to treat it as another resource,
253 __u32 bg_inode_bitmap; /* Inodes bitmap block */
254 __u32 bg_inode_table; /* Inodes table block */
256 __u16 bg_free_inodes_count; /* Free inodes count */
266 The last three variables: <Literal remap="tt">bg&lowbar;free&lowbar;blocks&lowbar;count, bg&lowbar;free&lowbar;inodes&lowbar;count and bg&lowbar;used&lowbar;dirs&lowbar;count</Literal> provide statistics about the use of the three
267 resources in a blocks group - The <Literal remap="tt">blocks</Literal>, the <Literal remap="tt">inodes</Literal> and the
287 just the actual inodes which are reserved for the current block.
389 inodes then blocks in a blocks group and thus only part of the inode bitmap
390 block is used. The number of inodes in a blocks group is another variabl
    [all...]
  /build/soong/finder/cmd/
finder.go 139 logger.Printf("Found these %v inodes in %v :\n", len(matches), findDuration)
144 logger.Printf("End of %v inodes\n", len(matches))
  /external/e2fsprogs/debugfs/
quota.c 125 "blocks", "quota", "limit", "inodes", "quota", "limit");
159 "blocks", "quota", "limit", "inodes", "quota", "limit");
ro_debug_cmds.ct 63 request do_lsdel, "List deleted inodes",
  /external/e2fsprogs/tests/d_dumpe2fs_group_only/
expect 1 Creating filesystem with 1048576 4k blocks and 262144 inodes
10 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_create_symlinks/
expect 2 Pass 1: Checking inodes, blocks, and sizes
63 Pass 1: Checking inodes, blocks, and sizes
  /external/squashfs-tools/kernel/fs/squashfs/
export.c 124 u64 lookup_table_start, unsigned int inodes)
126 unsigned int length = SQUASHFS_LOOKUP_BLOCK_BYTES(inodes);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ext2_fs.h 110 __le32 bg_inode_bitmap; /* Inodes bitmap block */
111 __le32 bg_inode_table; /* Inodes table block */
113 __le16 bg_free_inodes_count; /* Free inodes count */
164 /* Flags that should be inherited by new inodes from their parent. */
341 __le32 s_inodes_count; /* Inodes count */
345 __le32 s_free_inodes_count; /* Free inodes count */
351 __le32 s_inodes_per_group; /* # Inodes per group */
402 __u32 s_last_orphan; /* start of list of inodes to delete */
  /external/e2fsprogs/e2fsck/
quota.c 2 * quota.c --- code for handling ext4 quota inodes
  /external/e2fsprogs/tests/f_baddir/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_baddotdir/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_badsymlinks/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_convert_bmap_and_extent/
expect.1 24 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_dir_bad_csum/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_extent_int_bad_extent/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_inlinedata_repair/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
  /external/e2fsprogs/tests/f_orphan_dotdot_ft/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes

Completed in 557 milliseconds

<<11121314151617181920>>