Home
last modified time | relevance | path

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

/src/sys/ufs/ffs/
H A Dffs_subr.c126 static int readsuper(void *, struct fs **, off_t, int,
167 if ((error = readsuper(devfd, &fs, sblock, in ffs_sbget()
175 if ((error = readsuper(devfd, &fs, sblock_try[i], in ffs_sbget()
251 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int flags, in readsuper() function