Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c601 if (!VALID_SECSIZE(l)) { in pcfs_parse_mntopts()
1950 if (!VALID_SECSIZE(secsize)) in parseBPB()
2073 if (VALID_SECSIZE(secsize)) in parseBPB()
2351 if (VALID_SECSIZE(arg.mi.dki_lbsize)) { in pcfs_device_getinfo()
2444 ASSERT(VALID_SECSIZE(fsp->pcfs_secsize)); in pcfs_device_getinfo()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_fs.h235 #define VALID_SECSIZE(s) \ macro