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

  /system/core/fs_mgr/
fs_mgr.c 112 char **key_loc, long long *part_length, char **label, int *partnum,
125 /* initialize part_length to 0, if we find an MF_LENGTH flag,
126 * then we'll set part_length to the proper value */
127 if (part_length) {
128 *part_length = 0;
155 } else if ((fl[i].flag == MF_LENGTH) && part_length) {
159 *part_length = strtoll(strchr(p, '=') + 1, NULL, 0);
286 long long part_length; local
394 &key_loc, &part_length,
398 fstab->recs[cnt].length = part_length;
    [all...]
  /external/grub/stage2/
fsys_ffs.c 87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE))
fsys_ufs2.c 95 if (! (part_length < (sblock_try[i] + (SBLOCKSIZE / DEV_BSIZE))
disk_io.c 117 unsigned long part_length; variable
301 >= part_length))
768 &part_start, &part_length,
799 part_length = buf_geom.total_sectors;
    [all...]
fsys_minix.c 168 if (part_length < (SBLOCK +
fsys_ext2fs.c 262 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE))
fsys_jfs.c 211 if (part_length < MINJFS >> SECTOR_BITS
fsys_reiserfs.c 574 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS)
586 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS)
    [all...]
shared.h 657 extern unsigned long part_length;

Completed in 931 milliseconds