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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_urb.c 87 unsigned fs_size = avail_size - size_per_stage * (stages - 1); local
91 multiplier * gs_size, multiplier * fs_size);
110 unsigned gs_size, unsigned fs_size)
132 OUT_BATCH(fs_size | offset << GEN7_PUSH_CONSTANT_BUFFER_OFFSET_SHIFT);
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
efs_fs_sb.h 26 __be32 fs_size; /* size of filesystem, in sectors */ member in struct:efs_super
  /bootable/recovery/updater/
install.cpp 469 // format(fs_type, partition_type, location, fs_size, mount_point)
471 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
472 // fs_type="f2fs" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
473 // if fs_size == 0, then make fs uses the entire partition.
474 // if fs_size > 0, that is the size to use
475 // if fs_size < 0, then reserve that many bytes at the end of the partition (not for "f2fs")
489 const std::string& fs_size = args[3]; local
508 if (!android::base::ParseInt(fs_size, &size)) {
510 fs_size.c_str());
538 LOG(ERROR) << name << ": fs_size can't be negative for f2fs: " << fs_size local
    [all...]
  /system/vold/
cryptfs.h 108 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */ member in struct:crypt_mnt_ftr
  /external/syslinux/extlinux/
ufs_fs.h 172 __fs32 fs_size; /* number of blocks in fs */ member in struct:ufs_super_block
264 __fs64 fs_size; /* number of blocks in fs */ member in struct:ufs_super_block::__anon37536::__anon37538
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 2498 int i, j, r, fs_size; local
    [all...]
  /external/blktrace/
blktrace.c 152 unsigned long long fs_size, fs_max_size, fs_off, fs_buf_len; member in struct:mmap_info
743 mip->fs_off = mip->fs_size & (mip->pagesize - 1);
754 mip->fs_size - mip->fs_off);
    [all...]

Completed in 643 milliseconds