Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_subr.c124 static int readsuper(void *, struct fs **, off_t, int,
164 if ((error = readsuper(devfd, &fs, sblock, in ffs_sbget()
172 if ((error = readsuper(devfd, &fs, sblock_try[i], in ffs_sbget()
248 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int flags, in readsuper() function