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

/freebsd-current/usr.sbin/fstyp/
H A Dhammer2.c117 hammer2_blockref_t *bscan; local
129 bscan = &ipdata.u.blockset.blockref[0];
132 bscan = NULL;
151 bscan = &media->npdata[0];
155 bscan = NULL;
161 if (bscan[i].type != HAMMER2_BREF_TYPE_EMPTY) {
162 if (find_pfs(fp, &bscan[i], pfs, res) == -1) {

Completed in 119 milliseconds