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

/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_subr.c163 int chkhash; local
176 chkhash = 1;
178 chkhash = 0;
181 chkhash, readfunc)) == 0)
253 int chkhash, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size))
291 chkhash == 0 ? " (Ignored)" : "");
303 chkhash == 0 ? " (Ignored)" : "");
304 if (chkhash == 0) {
252 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int isaltsblk, int chkhash, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) argument

Completed in 108 milliseconds