HomeSort by relevance Sort by last modified time
    Searched full:extents (Results 126 - 150 of 269) sorted by null

1 2 3 4 56 7 8 91011

  /external/jemalloc/include/jemalloc/internal/
extent.h 10 /* Tree of extents. Use accessor functions for en_* fields. */
  /external/lzma/CPP/7zip/Common/
LimitedStreams.h 121 CRecordVector<CSeekExtent> Extents;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shape.h 46 int x, y; /* extents of new region */
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 134 N_( "Inode does not use extents"),
144 N_( "Operation not supported for inodes containing extents"),
ext2_err.et.in 381 "Inode does not use extents"
411 "Operation not supported for inodes containing extents"
res_gdt.c 68 /* FIXME-64 - can't deal with extents */
  /external/kernel-headers/original/uapi/linux/
dqblk_xfs.h 150 __u32 qfs_nextents; /* number of extents */
193 __u32 qfs_nextents; /* number of extents */
  /system/update_engine/payload_consumer/
delta_performer.cc 879 vector<Extent> extents; local
    [all...]
delta_performer.h 129 // the full length of all extents in the string is capped to full_length.
131 // For example, if the Extents are {1, 1}, {4, 2}, {kSparseHole, 1},
135 const google::protobuf::RepeatedPtrField<Extent>& extents,
  /external/e2fsprogs/e2fsck/
problem.h 253 /* 64bit is set but extents are not set. */
518 /* Failure to iterate extents */
527 /* EXTENTS_FL flag set on a non-extents capable filesystem */
530 /* inode has extents, superblock missing INCOMPAT_EXTENTS feature */
539 /* Extents are out of order */
problem.c 435 /* 64bit is set but extents is unset. */
437 N_("@S 64bit filesystems needs extents to access the whole disk. "),
878 /* Failure to iterate extents */
880 N_("Failed to iterate extents in @i %i\n"
894 /* EXTENTS_FL flag set on a non-extents filesystem */
896 N_("@i %i has EXTENTS_FL flag set on @f without extents support.\n"),
899 /* inode has extents, superblock missing INCOMPAT_EXTENTS feature */
901 N_("@i %i is in extent format, but @S is missing EXTENTS feature\n"),
906 N_("@i %i missing EXTENT_FL, but is in extents format\n"),
914 /* Extents are out of order *
    [all...]
  /external/autotest/client/bin/
fsinfo.py 312 # 'extents' will be shown as 'extent' in the outcome of tune2fs
313 if 'extents' in needed_opt['-O']:
315 needed_opt['-O'].remove('extents')
  /external/e2fsprogs/misc/
filefrag.c 64 #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */
221 /* If 0 extents are returned, then more ioctls are not needed */
436 printf("%s: %d extents found", filename, num_extents);
  /external/fio/t/
dedupe.c 3 * just scans the filename for extents of the given size, checksums them,
484 printf("Extents=%lu, Unique extents=%lu\n", (unsigned long) nextents, (unsigned long) nchunks);
  /system/extras/ext4_utils/
indirect.c 411 error("failed to allocate extents for %lu bytes", len);
497 error("failed to allocate extents for %lu bytes", len);
  /system/update_engine/payload_generator/
cycle_breaker_unittest.cc 101 props.extents.resize(1);
102 props.extents[0].set_num_blocks(weight);
delta_diff_utils.h 137 // their destination extents.
zip_unittest.cc 53 const vector<Extent>& extents,
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 712 const VkExtent3D extents = mipLevelExtents(baseExtents, mipmapLevel); local
714 return extents.width * extents.height * extents.depth * layersCount * tcu::getPixelSize(format);
  /external/e2fsprogs/debugfs/
debugfs.8.in 252 an interior node is an estimate by the extents library functions, and is
267 Print the number of contiguous extents in
275 will print the number of contiguous extents for each file in
280 print a tabular listing of the contiguous extents in the
  /external/e2fsprogs/resize/
extent.c 5 * translation table, for moving multiple contiguous ranges (extents)
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 66 inline bool Iterate(Visitor* visitor, VkExtent3D* extents) {
68 visitor->Visit("width", &extents->width) &&
69 visitor->Visit("height", &extents->height) &&
70 visitor->Visit("depth", &extents->depth);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dqblk_xfs.h 140 __u32 qfs_nextents; /* number of extents */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dqblk_xfs.h 149 __u32 qfs_nextents; /* number of extents */
  /system/update_engine/common/
utils.h 361 // This function reads the specified data in |extents| into |out_data|. The
362 // extents are read from the file at |path|. |out_data_size| is the size of
364 // |extents| does not equal |out_data_size|.
365 bool ReadExtents(const std::string& path, const std::vector<Extent>& extents,

Completed in 1996 milliseconds

1 2 3 4 56 7 8 91011