Searched defs:buffer_head (Results 1 – 3 of 3) sorted by relevance
33 struct buffer_head { struct35 ext2_filsys b_fs;39 io_channel b_io;40 int b_size;41 int b_err;42 unsigned int b_dirty:1;43 unsigned int b_uptodate:1;44 unsigned long long b_blocknr;45 char b_data[1024];
186 int buffer_head; member
1485 char *buffer_head; local