Home
last modified time | relevance | path

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

/dragonfly/sbin/fsck_hammer2/
H A Dfsck_hammer2.c54 int NumPFSNames; variable
73 if (NumPFSNames > siz - 1) { in init_pfs_names()
78 PFSNames[NumPFSNames++] = strdup(name); in init_pfs_names()
85 for (i = 0; i < NumPFSNames; i++) in init_pfs_names()
95 for (i = 0; i < NumPFSNames; i++) in cleanup_pfs_names()
H A Dfsck_hammer2.h48 extern int NumPFSNames;
H A Dtest.c382 if (NumPFSNames) { in test_pfs_blockref()
384 for (j = 0; j < NumPFSNames; j++) in test_pfs_blockref()
412 if (NumPFSNames && !count) { in test_pfs_blockref()