/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
efs_fs_sb.h | 26 __be32 fs_size; member in struct:efs_super
|
/system/vold/ |
cryptfs.h | 71 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */ member in struct:crypt_mnt_ftr
|
cryptfs.c | 707 tgt->length = crypt_ftr->fs_size; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ufs_fs.h | 347 __fs32 fs_size; /* number of blocks in fs */ 439 __fs64 fs_size; /* number of blocks in fs */ 807 __fs32 fs_size; member in struct:ufs_super_block_first 903 __fs64 fs_size; \/* number of blocks in fs *\/ member in struct:ufs_super_block_third::__anon37834::__anon37836 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 347 __fs32 fs_size; /* number of blocks in fs */ 439 __fs64 fs_size; /* number of blocks in fs */ 807 __fs32 fs_size; member in struct:ufs_super_block_first 903 __fs64 fs_size; \/* number of blocks in fs *\/ member in struct:ufs_super_block_third::__anon39425::__anon39427 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 347 __fs32 fs_size; /* number of blocks in fs */ 439 __fs64 fs_size; /* number of blocks in fs */ 807 __fs32 fs_size; member in struct:ufs_super_block_first 903 __fs64 fs_size; \/* number of blocks in fs *\/ member in struct:ufs_super_block_third::__anon40939::__anon40941 [all...] |
/external/grub/stage2/ |
fs.h | 157 int fs_size; /* number of blocks in fs */ member in struct:fs
|
ufs2.h | 319 grub_int64_t fs_size; /* number of blocks in fs */ member in struct:fs
|
/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...] |
/bootable/recovery/updater/ |
install.c | 199 // format(fs_type, partition_type, location, fs_size, mount_point) 201 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes> mount_point=<location> 202 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location> 203 // if fs_size == 0, then make_ext4fs uses the entire partition. 204 // if fs_size > 0, that is the size to use 205 // if fs_size < 0, then reserve that many bytes at the end of the partition 214 char* fs_size; local 217 if (ReadArgs(state, argv, 5, &fs_type, &partition_type, &location, &fs_size, &mount_point) < 0) { 269 int status = make_ext4fs(location, atoll(fs_size), mount_point, sehandle); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_asm.c | [all...] |
r600_pipe.h | 215 unsigned fs_size; member in struct:r600_vertex_element
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_asm.c | [all...] |
r600_pipe.h | 215 unsigned fs_size; member in struct:r600_vertex_element
|