Searched refs:nth_word (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/bcachefs/
H A Dbkey.c419 p = nth_word(high_word(f, out), first_bit >> 6);
H A Dbkey.h518 #define nth_word(p, n) ((p) - (n)) macro
528 #define nth_word(p, n) ((p) + (n)) macro
535 #define next_word(p) nth_word(p, 1)
536 #define prev_word(p) nth_word(p, -1)

Completed in 128 milliseconds