Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h110 #define RRIP_TF_FLAGS(x) *(RRIP_tf_flags(x)) macro
115 #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), \
/titanic_50/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()