Home
last modified time | relevance | path

Searched refs:SBSIZE (Results 1 – 2 of 2) sorted by relevance

/external/grub/stage2/
Dfsys_ffs.c87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE)) in ffs_mount()
88 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK) in ffs_mount()
Dfs.h70 #define SBSIZE 8192 macro