Home
last modified time | relevance | path

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

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