Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h115 #define RRIP_TF_TIME_LENGTH(x) (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
136 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
141 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
143 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), \
152 IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
163 #define IS_TIME_BIT_SET(x, y) (((x) & (y)) ? 1 : 0) macro
/titanic_41/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()