Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h113 #define RRIP_TF_TIME_LENGTH(x) (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
134 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
139 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
141 IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
146 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
148 IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
150 IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
161 #define IS_TIME_BIT_SET(x, y) (((x) & (y)) ? 1 : 0) macro
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c175 if (IS_TIME_BIT_SET(RRIP_TF_FLAGS(tf_ptr), RRIP_TF_ACCESS_BIT)) { in rrip_file_time()
181 if (IS_TIME_BIT_SET(RRIP_TF_FLAGS(tf_ptr), RRIP_TF_MODIFY_BIT)) { in rrip_file_time()
186 if (IS_TIME_BIT_SET(RRIP_TF_FLAGS(tf_ptr), RRIP_TF_ATTRIBUTES_BIT)) { in rrip_file_time()