Lines Matching defs:buffer_head
34519 struct buffer_head { struct
34521 struct buffer_head *b_this_page; argument
34522 union {
34526 sector_t b_blocknr;
34527 size_t b_size;
34528 char *b_data;
34529 struct block_device *b_bdev;
34530 bh_end_io_t *b_end_io;
34531 void *b_private;
34532 struct list_head b_assoc_buffers;
34533 struct address_space *b_assoc_map;
34534 atomic_t b_count;
34535 spinlock_t b_uptodate_lock;