Home
last modified time | relevance | path

Searched defs:buffer_head (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h40689 struct buffer_head { struct
40691 struct buffer_head *b_this_page; argument
40692 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h50052 struct buffer_head { struct
50054 struct buffer_head *b_this_page; argument
50055 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 …]