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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
efs_fs_sb.h 26 __be32 fs_size; member in struct:efs_super
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
efs_fs_sb.h 26 __be32 fs_size; member in struct:efs_super
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
efs_fs_sb.h 26 __be32 fs_size; member in struct:efs_super
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
efs_fs_sb.h 26 __be32 fs_size; member in struct:efs_super
  /prebuilts/ndk/android-ndk-r7/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 53 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */ member in struct:crypt_mnt_ftr
cryptfs.c 419 tgt->length = crypt_ftr->fs_size;
786 SLOGD("crypt_ftr->fs_size = %lld\n", crypt_ftr.fs_size);
876 /* Update the fs_size field to be the size of the volume */
885 sd_crypt_ftr.fs_size = nr_sec;
978 ftr->fs_size = 0;
    [all...]
  /device/samsung/tuna/recovery/
recovery_updater.c 102 if ((ftr.magic == CRYPT_MNT_MAGIC) && (ftr.fs_size == BAD_SIZE)) {
103 ftr.fs_size = GOOD_SIZE;
  /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::__anon23415::__anon23417
    [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::__anon25005::__anon25007
    [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::__anon26517::__anon26519
    [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
  /bootable/recovery/updater/
install.c 195 // format(fs_type, partition_type, location, fs_size, mount_point)
197 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes> mount_point=<location>
198 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
199 // if fs_size == 0, then make_ext4fs uses the entire partition.
200 // if fs_size > 0, that is the size to use
201 // if fs_size < 0, then reserve that many bytes at the end of the partition
210 char* fs_size; local
213 if (ReadArgs(state, argv, 5, &fs_type, &partition_type, &location, &fs_size, &mount_point) < 0) {
265 int status = make_ext4fs(location, atoll(fs_size), mount_point, sehandle);
    [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 2150 milliseconds

12