Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h269 #define VALID_FSVER32(v) ((v) == PCFS_SUPPORTED_FSVER) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2104 if (VALID_FSVER32(bpb_get_FSVer32(bpb))) in parseBPB()