Lines Matching refs:z
132 #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags) argument
133 #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags) argument
134 #define dmz_is_empty(z) ((z)->wp_block == 0) argument
135 #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags) argument
136 #define dmz_is_readonly(z) test_bit(DMZ_READ_ONLY, &(z)->flags) argument
137 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags) argument
138 #define dmz_seq_write_err(z) test_bit(DMZ_SEQ_WRITE_ERR, &(z)->flags) argument
140 #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags) argument
141 #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags) argument
142 #define dmz_is_data(z) test_bit(DMZ_DATA, &(z)->flags) argument
144 #define dmz_weight(z) ((z)->weight) argument