Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/efs/
H A Defs_subr.h32 int efs_sb_validate(struct efs_sb *, const char **);
H A Defs_vfsops.c91 if (efs_sb_validate(&emp->em_sb, &why)) { in efs_mount_common()
H A Defs_subr.c87 efs_sb_validate(struct efs_sb *esb, const char **why) in efs_sb_validate() function