Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbkey.h526 #define nth_word(p, n) ((p) - (n)) macro
536 #define nth_word(p, n) ((p) + (n)) macro