Home
last modified time | relevance | path

Searched refs:next_word (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbkey_cmp.h77 l = next_word(l); in __bkey_cmp_bits()
78 r = next_word(r); in __bkey_cmp_bits()
H A Dbkey.c43 p = next_word(p); in bch2_bkey_packed_to_binary_text()
166 state->p = next_word(state->p); in get_inc_field()
191 state->p = next_word(state->p); in __set_inc_field()
731 l = next_word(l); in bch2_bkey_greatest_differing_bit()
732 r = next_word(r); in bch2_bkey_greatest_differing_bit()
757 p = next_word(p); in bch2_bkey_ffs()
H A Dbkey.h543 #define next_word(p) nth_word(p, 1) macro