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

  /external/libunwind_llvm/src/
config.h 172 struct blk_count { struct in struct:check_fit
177 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
  /external/u-boot/disk/
part_mac.h 28 __u32 blk_count; /* number of blocks on device */ member in struct:mac_driver_desc
part_mac.c 83 n = ddesc->blk_count;
102 ddesc->blk_count,
  /external/f2fs-tools/tools/
fibmap.c 51 __u32 blk_count; member in struct:file_ext
57 printf("%8d %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count);
60 ext->end_blk, ext->blk_count);
194 ext.blk_count = 1;
207 ext.blk_count++;
213 ext.blk_count = 1;
  /external/u-boot/drivers/dfu/
dfu_mmc.c 26 u32 blk_start, blk_count, n = 0; local
43 blk_count = *len / dfu->data.mmc.lba_blk_size;
44 if (blk_start + blk_count >
61 dfu->data.mmc.dev_num, blk_start, blk_count, buf);
64 n = blk_dread(mmc_get_blk_desc(mmc), blk_start, blk_count, buf);
67 n = blk_dwrite(mmc_get_blk_desc(mmc), blk_start, blk_count,
74 if (n != blk_count) {
  /external/u-boot/cmd/mvebu/
bubt.c 117 lbaint_t blk_count; local
152 blk_count = image_size / mmc->write_bl_len;
154 blk_count += 1;
161 blk_written = blk_dwrite(blk_desc, start_lba, blk_count,
164 blk_count = image_size / mmc->block_dev.blksz;
166 blk_count += 1;
169 start_lba, blk_count,
172 if (blk_written != blk_count) {
  /external/e2fsprogs/misc/
e4defrag.c 461 * @blk_count: file blocks.
463 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count)
483 if (free_blk_count >= blk_count)
521 * @blk_count: file blocks.
524 int extents, ext4_fsblk_t blk_count)
536 ret = check_free_size(fd, file, blk_count);
954 ext4_fsblk_t blk_count = 0; local
958 blk_count += ext_list_tmp->data.len;
962 return blk_count;
1050 ext4_fsblk_t blk_count = 0 local
1413 ext4_fsblk_t blk_count = 0; local
    [all...]
  /external/f2fs-tools/tools/f2fs_io/
f2fs_io.c 316 __u32 blk_count; member in struct:file_ext
  /external/f2fs-tools/include/
f2fs_fs.h 709 __le16 blk_count; /* Number of orphan inode blocks in CP */ member in struct:f2fs_orphan_block
    [all...]

Completed in 184 milliseconds