Lines Matching refs:buffer_head
215 static inline void copy_from_high_bh (struct buffer_head *to, in copy_from_high_bh()
216 struct buffer_head *from) in copy_from_high_bh()
228 static inline void copy_to_high_bh_irq (struct buffer_head *to, in copy_to_high_bh_irq()
229 struct buffer_head *from) in copy_to_high_bh_irq()
244 static inline void bounce_end_io (struct buffer_head *bh, int uptodate) in bounce_end_io()
247 struct buffer_head *bh_orig = (struct buffer_head *)(bh->b_private); in bounce_end_io()
302 struct buffer_head * bh = kmem_cache_alloc(bh_cachep, SLAB_ATOMIC); in init_emergency_pool()
319 static void bounce_end_io_write (struct buffer_head *bh, int uptodate) in bounce_end_io_write()
324 static void bounce_end_io_read (struct buffer_head *bh, int uptodate) in bounce_end_io_read()
326 struct buffer_head *bh_orig = (struct buffer_head *)(bh->b_private); in bounce_end_io_read()
369 struct buffer_head *alloc_bounce_bh (void) in alloc_bounce_bh()
372 struct buffer_head *bh; in alloc_bounce_bh()
390 bh = list_entry(tmp->next, struct buffer_head, b_inode_buffers); in alloc_bounce_bh()
405 struct buffer_head * create_bounce(int rw, struct buffer_head * bh_orig) in create_bounce()
408 struct buffer_head *bh; in create_bounce()