Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h139 #define CE_OFFSET(x) BOTH_INT(CE_offset(x)) /* cont. offset */
140 #define CE_offset(x) (&((uchar_t *)x)[12]) /* cont. offset */ macro