Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbuffer_head.h172 #define bh_offset(bh) ((unsigned long)(bh)->b_data & ~PAGE_MASK) macro
/kernel/linux/linux-6.6/include/linux/
Dbuffer_head.h174 static inline unsigned long bh_offset(const struct buffer_head *bh) in bh_offset() function