|
Linux Kernel
3.7.1
|
#include <delayed-ref.h>
Data Fields | |
| struct rb_node | rb_node |
| u64 | bytenr |
| u64 | num_bytes |
| u64 | seq |
| atomic_t | refs |
| int | ref_mod |
| unsigned int | action:8 |
| unsigned int | type:8 |
| unsigned int | is_head:1 |
| unsigned int | in_tree:1 |
Definition at line 27 of file delayed-ref.h.
Definition at line 53 of file delayed-ref.h.
| u64 bytenr |
Definition at line 31 of file delayed-ref.h.
| unsigned int in_tree |
Definition at line 57 of file delayed-ref.h.
| unsigned int is_head |
Definition at line 56 of file delayed-ref.h.
| u64 num_bytes |
Definition at line 34 of file delayed-ref.h.
Definition at line 28 of file delayed-ref.h.
| int ref_mod |
Definition at line 51 of file delayed-ref.h.
| atomic_t refs |
Definition at line 40 of file delayed-ref.h.
| u64 seq |
Definition at line 37 of file delayed-ref.h.
Definition at line 54 of file delayed-ref.h.
1.8.2