HomeSort by relevance Sort by last modified time
    Searched full:inodes (Results 276 - 300 of 342) sorted by null

<<11121314

  /external/grub/stage2/
xfs.h 103 xfs_uint16_t sb_inopblock; /* inodes per block */
119 xfs_uint64_t sb_icount; /* allocated inodes */
120 xfs_uint64_t sb_ifree; /* free inodes */
  /external/openssh/
PROTOCOL 263 uint64 f_files /* total file inodes */
264 uint64 f_ffree /* free file inodes */
265 uint64 f_favail /* free file inodes for to non-root */
  /external/e2fsprogs/lib/e2p/
ls.c 225 fprintf(f, "Free inodes: %u\n", sb->s_free_inodes_count);
234 fprintf(f, "Inodes per group: %u\n", sb->s_inodes_per_group);
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 388 * Compare blocks or inodes in the first byte.
414 * Compare blocks or inodes in the last byte.
alloc.c 2 * alloc.c --- allocate new inodes, blocks for ext2fs
icount.c 27 * that most inode counts are either zero (for non-allocated inodes),
33 * So, we use an inode bitmap to indicate which inodes have a count of
34 * one, and then use a sorted list to store the counts for inodes
37 * We also use an optional bitmap to indicate which inodes are already
inode.c 2 * inode.c --- utility routines to read and write inodes
387 * contains all zeros. (Not just deleted inodes, since that means
749 * sure that extra part of large inodes is initialized properly.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 156 * flags just means all the inodes inherit those flags by default. It might be
163 * with files in use. This means that all of the inodes will not have their
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 156 * flags just means all the inodes inherit those flags by default. It might be
163 * with files in use. This means that all of the inodes will not have their
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 156 * flags just means all the inodes inherit those flags by default. It might be
163 * with files in use. This means that all of the inodes will not have their
  /external/e2fsprogs/debugfs/
lsdel.c 202 fprintf(out, "%d deleted inodes found.\n", num_delarray);
  /external/e2fsprogs/resize/
extent.c 6 * of blocks or inodes.
online.c 158 printf("new group has %d free inodes (%d blocks)\n",
resize2fs.c 24 * pointers in the inodes and indirect blocks to
27 * copy inodes from their old locations to their
346 * Adjust the number of inodes
350 fprintf(stderr, _("inodes (%llu) must be less than %u"),
592 * Check to make sure there are enough inodes
    [all...]
  /external/e2fsprogs/tests/f_journal/
expect.1 54 Pass 1: Checking inodes, blocks, and sizes
  /system/extras/ext4_utils/
allocate.c 687 /* Mark the first len inodes in a block group as used */
710 TODO: Inodes should be allocated in the block group of the data? */
725 /* Returns the number of free inodes in a block group */
738 /* Returns the number of inodes in a block group that are directories */
ext4_utils.c 349 info.inodes = sb->s_inodes_count;
434 /* Update the number of free blocks and inodes in the filesystem and in each
  /external/e2fsprogs/po/
zh_CN.po 212 msgid "%u inodes scanned.\n"
1087 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1089 msgid "@g descriptor %g has invalid unused inodes count %b. "
1107 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1332 #. @-expanded: Error while scanning inodes (%i): %m\n
    [all...]
e2fsprogs.pot 209 msgid "%u inodes scanned.\n"
1080 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1081 msgid "@g descriptor %g has invalid unused inodes count %b. "
1124 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1349 #. @-expanded: Error while scanning inodes (%i): %m\n
    [all...]
id.po 211 msgid "%u inodes scanned.\n"
212 msgstr "%u inodes discan.\n"
1093 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1095 msgid "@g descriptor %g has invalid unused inodes count %b. "
1112 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES 223 face of non-empty bad blocks inodes, and if the filesystem was
263 filesystems when there is a need to allocate new blocks or inodes, and
264 there aren't any free blocks or inodes in the already-used block
334 bytes when operating on inodes mapped via extents; potentially
366 journal and resize inodes.
403 which inodes in use that are in the uninitialized part of the block
432 Add support to chattr to migrate inodes from using direct/indirect
645 extent-based inodes.
769 pathnames for the specified inodes. (Previously, in some cases ncheck
771 inodes had multiple hard links.
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 115 "\t[-G meta group size] [-N number-of-inodes]\n"
628 printf(_("%u inodes, %u blocks\n"), s->s_inodes_count,
644 printf(_("%u inodes per group\n"), s->s_inodes_per_group);
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 107 ext2_ino_t inodes, inodes_used; local
117 inodes = fs->super->s_inodes_count;
137 ctx->device_name, inodes_used, inodes, local
142 printf (P_("\n%8u inode used (%2.2f%%)\n", "\n%8u inodes used (%2.2f%%)\n",
143 inodes_used), inodes_used, 100.0 * inodes_used / inodes);
154 printf (_(" # of inodes with ind/dind/tind blocks: %u/%u/%u\n"),
    [all...]
super.c 221 * This function releases all of the orphan inodes. It returns 1 if
696 * inodes; if the filesystem is not unmounted cleanly, the
790 * Clean up any orphan inodes, if present.
  /external/clang/unittests/Basic/
FileManagerTest.cpp 158 // Inject two fake files into the file system. Different inodes

Completed in 838 milliseconds

<<11121314