Lines Matching refs:z
156 #define dmz_is_cache(z) test_bit(DMZ_CACHE, &(z)->flags) argument
157 #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags) argument
158 #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags) argument
159 #define dmz_is_empty(z) ((z)->wp_block == 0) argument
160 #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags) argument
161 #define dmz_is_readonly(z) test_bit(DMZ_READ_ONLY, &(z)->flags) argument
162 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags) argument
163 #define dmz_is_reserved(z) test_bit(DMZ_RESERVED, &(z)->flags) argument
164 #define dmz_seq_write_err(z) test_bit(DMZ_SEQ_WRITE_ERR, &(z)->flags) argument
165 #define dmz_reclaim_should_terminate(z) \ argument
166 test_bit(DMZ_RECLAIM_TERMINATE, &(z)->flags)
168 #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags) argument
169 #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags) argument
170 #define dmz_is_data(z) test_bit(DMZ_DATA, &(z)->flags) argument
172 #define dmz_weight(z) ((z)->weight) argument