Home
last modified time | relevance | path

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

/linux-6.14.4/fs/bcachefs/
Dbkey.h519 #define nth_word(p, n) ((p) - (n)) macro
529 #define nth_word(p, n) ((p) + (n)) macro