Searched defs:bh_offset (Results 1 – 2 of 2) sorted by relevance
172 #define bh_offset(bh) ((unsigned long)(bh)->b_data & ~PAGE_MASK) macro
174 static inline unsigned long bh_offset(const struct buffer_head *bh) in bh_offset() function