Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h240 #define VALID_RSVDSEC(s) ((s) > 0) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2084 if (VALID_RSVDSEC(reserved) && reserved < totsec) in parseBPB()