Home
last modified time | relevance | path

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

/openbmc/linux/fs/befs/
H A Dsuper.h5 int befs_load_sb(struct super_block *sb, befs_super_block *disk_sb);
H A Dsuper.c21 befs_load_sb(struct super_block *sb, befs_super_block *disk_sb) in befs_load_sb() function
H A Dlinuxvfs.c872 if ((befs_load_sb(sb, disk_sb) != BEFS_OK) || in befs_fill_super()