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

  /bionic/libc/kernel/uapi/linux/
efs_fs_sb.h 29 __be32 fs_size; member in struct:efs_super
  /external/kernel-headers/original/uapi/linux/
efs_fs_sb.h 27 __be32 fs_size; /* size of filesystem, in sectors */ member in struct:efs_super
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_urb.c 89 unsigned fs_size = avail_size - size_per_stage * (stages - 1); local
93 multiplier * gs_size, multiplier * fs_size);
116 unsigned gs_size, unsigned fs_size)
139 OUT_BATCH(fs_size | offset << GEN7_PUSH_CONSTANT_BUFFER_OFFSET_SHIFT);
brw_context.h     [all...]
  /external/u-boot/include/
fs.h 66 * fs_size - Determine a file's size
72 int fs_size(const char *filename, loff_t *size);
  /bootable/recovery/updater/
install.cpp 414 // format(fs_type, partition_type, location, fs_size, mount_point)
416 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
417 // fs_type="f2fs" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
418 // if fs_size == 0, then make fs uses the entire partition.
419 // if fs_size > 0, that is the size to use
420 // if fs_size < 0, then reserve that many bytes at the end of the partition (not for "f2fs")
434 const std::string& fs_size = args[3]; local
453 if (!android::base::ParseInt(fs_size, &size)) {
455 fs_size.c_str());
481 LOG(ERROR) << name << ": fs_size can't be negative for f2fs: " << fs_size local
    [all...]
  /external/u-boot/common/
splash_source.c 242 res = fs_size(splash_file, &bmp_size);
  /external/u-boot/fs/
fs.c 392 int fs_size(const char *filename, loff_t *size) function
512 if (fs_size(argv[3], &size) < 0)
  /external/u-boot/lib/efi_loader/
efi_file.c 419 if (fs_size(fh->path, &file_size)) {
462 if (fs_size(fh->path, &file_size)) {
  /external/blktrace/
blktrace.c 152 unsigned long long fs_size, fs_max_size, fs_off, fs_buf_len; member in struct:mmap_info
761 mip->fs_off = mip->fs_size & (mip->pagesize - 1);
772 mip->fs_size - mip->fs_off);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 2557 int i, j, r, fs_size; local
    [all...]

Completed in 331 milliseconds