Home
last modified time | relevance | path

Searched defs:nth_word (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/fs/bcachefs/
Dbkey.h715 #define nth_word(p, n) ((p) - (n)) macro
725 #define nth_word(p, n) ((p) + (n)) macro