Home
last modified time | relevance | path

Searched refs:ext2_fetch_superblock (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h19 int ext2_fetch_superblock(struct ext2_data *fs);
Dext2_diskops.c201 int ext2_fetch_superblock(struct ext2_data *fs) in ext2_fetch_superblock() function
Dext2_impl.c313 ret = ext2_fetch_superblock(fs); in ext2_init_fs()