Lines Matching defs:bh
160 static __always_inline void clear_buffer_uptodate(struct buffer_head *bh) in clear_buffer_uptodate()
165 static __always_inline int buffer_uptodate(const struct buffer_head *bh) in buffer_uptodate()
174 static inline unsigned long bh_offset(const struct buffer_head *bh) in bh_offset()
217 static inline void clean_bdev_bh_alias(struct buffer_head *bh) in clean_bdev_bh_alias()
295 static inline void get_bh(struct buffer_head *bh) in get_bh()
300 static inline void put_bh(struct buffer_head *bh) in put_bh()
306 static inline void brelse(struct buffer_head *bh) in brelse()
312 static inline void bforget(struct buffer_head *bh) in bforget()
377 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh()
385 static inline void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
392 static inline int trylock_buffer(struct buffer_head *bh) in trylock_buffer()
397 static inline void lock_buffer(struct buffer_head *bh) in lock_buffer()
404 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags) in bh_readahead()
414 static inline void bh_read_nowait(struct buffer_head *bh, blk_opf_t op_flags) in bh_read_nowait()
421 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read()
469 struct buffer_head *get_nth_bh(struct buffer_head *bh, unsigned int count) in get_nth_bh()