Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dhammer2.c113 find_pfs(FILE *fp, const hammer2_blockref_t *bref, const char *pfs, bool *res) in find_pfs() function
162 if (find_pfs(fp, &bscan[i], pfs, res) == -1) { in find_pfs()
246 if (find_pfs(fp, bref, pfs, &res) == 0 && res) { in read_label()