Lines Matching defs:bh
158 static __always_inline void clear_buffer_uptodate(struct buffer_head *bh) in clear_buffer_uptodate()
163 static __always_inline int buffer_uptodate(const struct buffer_head *bh) in buffer_uptodate()
172 #define bh_offset(bh) ((unsigned long)(bh)->b_data & ~PAGE_MASK) argument
211 static inline void clean_bdev_bh_alias(struct buffer_head *bh) in clean_bdev_bh_alias()
311 static inline void get_bh(struct buffer_head *bh) in get_bh()
316 static inline void put_bh(struct buffer_head *bh) in put_bh()
322 static inline void brelse(struct buffer_head *bh) in brelse()
328 static inline void bforget(struct buffer_head *bh) in bforget()
378 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh()
386 static inline void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
393 static inline int trylock_buffer(struct buffer_head *bh) in trylock_buffer()
398 static inline void lock_buffer(struct buffer_head *bh) in lock_buffer()