Home
last modified time | relevance | path

Searched defs:btrfs_delayed_ref_node (Results 1 – 4 of 4) sorted by relevance

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h28063 struct btrfs_delayed_ref_node { struct
28064 struct rb_node ref_node;
28065 struct list_head add_list;
28066 u64 bytenr;
28067 u64 num_bytes;
28068 u64 seq;
28069 refcount_t refs;
28070 int ref_mod;
28071 unsigned int action: 8;
28072 unsigned int type: 8;
[all …]
Dvmlinux_608.h28063 struct btrfs_delayed_ref_node { struct
28064 struct rb_node ref_node;
28065 struct list_head add_list;
28066 u64 bytenr;
28067 u64 num_bytes;
28068 u64 seq;
28069 refcount_t refs;
28070 int ref_mod;
28071 unsigned int action: 8;
28072 unsigned int type: 8;
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h61612 struct btrfs_delayed_ref_node { struct
61613 struct rb_node ref_node;
61614 struct list_head add_list;
61615 u64 bytenr;
61616 u64 num_bytes;
61617 u64 seq;
61618 refcount_t refs;
61619 int ref_mod;
61620 unsigned int action: 8;
61621 unsigned int type: 8;
[all …]
Dvmlinux_602.h61612 struct btrfs_delayed_ref_node { struct
61613 struct rb_node ref_node;
61614 struct list_head add_list;
61615 u64 bytenr;
61616 u64 num_bytes;
61617 u64 seq;
61618 refcount_t refs;
61619 int ref_mod;
61620 unsigned int action: 8;
61621 unsigned int type: 8;
[all …]