Linux Kernel
3.7.1
|
#include <delayed-ref.h>
Data Fields | |
struct btrfs_delayed_ref_node | node |
struct mutex | mutex |
struct list_head | cluster |
struct btrfs_delayed_extent_op * | extent_op |
unsigned int | must_insert_reserved:1 |
unsigned int | is_data:1 |
Definition at line 74 of file delayed-ref.h.
Definition at line 83 of file delayed-ref.h.
struct btrfs_delayed_extent_op* extent_op |
Definition at line 85 of file delayed-ref.h.
unsigned int is_data |
Definition at line 99 of file delayed-ref.h.
unsigned int must_insert_reserved |
Definition at line 98 of file delayed-ref.h.
Definition at line 81 of file delayed-ref.h.
Definition at line 75 of file delayed-ref.h.