HomeSort by relevance Sort by last modified time
    Searched refs:extent_count (Results 1 - 5 of 5) sorted by null

  /system/vold/
FileDeviceUtils.cpp 35 std::unique_ptr<struct fiemap> alloc_fiemap(uint32_t extent_count);
71 std::unique_ptr<struct fiemap> PathFiemap(const std::string &path, uint32_t extent_count)
83 auto fiemap = alloc_fiemap(extent_count);
89 if (mapped < 1 || mapped > extent_count) {
90 LOG(ERROR) << "Extent count not in bounds 1 <= " << mapped << " <= " << extent_count
102 std::unique_ptr<struct fiemap> alloc_fiemap(uint32_t extent_count)
104 size_t allocsize = offsetof(struct fiemap, fm_extents[extent_count]);
110 res->fm_extent_count = extent_count;
FileDeviceUtils.h 30 std::unique_ptr<struct fiemap> PathFiemap(const std::string &path, uint32_t extent_count);
  /frameworks/av/media/libstagefright/
ItemTable.cpp 412 uint16_t extent_count; member in namespace:android::heif
413 if (!source()->getUInt16(offset, &extent_count)) {
416 ALOGV("extent_count %d", extent_count);
418 if (extent_count > 1 && (offset_size == 0 || length_size == 0)) {
425 for (size_t j = 0; j < extent_count; j++) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 389 __le32 extent_count; member in struct:btrfs_free_space_info
  /external/kernel-headers/original/uapi/linux/
btrfs_tree.h 896 __le32 extent_count; member in struct:btrfs_free_space_info

Completed in 998 milliseconds