Searched defs:buffer_head (Results 1 – 2 of 2) sorted by relevance
40689 struct buffer_head { struct40691 struct buffer_head *b_this_page; argument40692 union {40696 sector_t b_blocknr;40697 size_t b_size;40698 char *b_data;40699 struct block_device *b_bdev;40700 bh_end_io_t *b_end_io;40701 void *b_private;40702 struct list_head b_assoc_buffers;[all …]
50052 struct buffer_head { struct50054 struct buffer_head *b_this_page; argument50055 union {50059 sector_t b_blocknr;50060 size_t b_size;50061 char *b_data;50062 struct block_device *b_bdev;50063 bh_end_io_t *b_end_io;50064 void *b_private;50065 struct list_head b_assoc_buffers;[all …]