Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h239 #define VALID_NUMFATS(n) ((n) > 0 && (n) < 8) macro
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2079 if (VALID_NUMFATS(fsp->pcfs_numfat)) in parseBPB()