Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Ddev.c59 int sect = SUPERBLOCK_START >> fs->dev_desc->log2blksz; in ext4_read_superblock()
60 int off = SUPERBLOCK_START % fs->dev_desc->blksz; in ext4_read_superblock()
Dext4_common.h39 #define SUPERBLOCK_START (2 * 512) macro