Searched defs:buffer_head (Results 1 – 1 of 1) sorted by relevance
17 struct buffer_head { struct18 e2fsck_t b_ctx;19 io_channel b_io;20 int b_size;21 blk_t b_blocknr;22 int b_dirty;23 int b_uptodate;24 int b_err;25 char b_data[1024];