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

/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_subr.c131 static int readsuper(void *, struct fs **, off_t, int, int,
169 if ((error = readsuper(devfd, &fs, altsblock, 1, 0,
180 if ((error = readsuper(devfd, &fs, sblock_try[i], 0,
252 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int isaltsblk, function

Completed in 92 milliseconds