Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h132244 struct btrfs_backref_cache { struct
132245 struct rb_root rb_root;
132246 struct btrfs_backref_node *path[8];
132247 struct list_head pending[8];
132248 struct list_head leaves;
132249 struct list_head changed;
132250 struct list_head detached;
132251 u64 last_trans;
132252 int nr_nodes;
132253 int nr_edges;
[all …]
Dvmlinux_608.h132244 struct btrfs_backref_cache { struct
132245 struct rb_root rb_root;
132246 struct btrfs_backref_node *path[8];
132247 struct list_head pending[8];
132248 struct list_head leaves;
132249 struct list_head changed;
132250 struct list_head detached;
132251 u64 last_trans;
132252 int nr_nodes;
132253 int nr_edges;
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h64414 struct btrfs_backref_cache { struct
64415 struct rb_root rb_root;
64416 struct btrfs_backref_node *path[8];
64417 struct list_head pending[8];
64418 struct list_head leaves;
64419 struct list_head changed;
64420 struct list_head detached;
64421 u64 last_trans;
64422 int nr_nodes;
64423 int nr_edges;
[all …]
Dvmlinux_602.h64414 struct btrfs_backref_cache { struct
64415 struct rb_root rb_root;
64416 struct btrfs_backref_node *path[8];
64417 struct list_head pending[8];
64418 struct list_head leaves;
64419 struct list_head changed;
64420 struct list_head detached;
64421 u64 last_trans;
64422 int nr_nodes;
64423 int nr_edges;
[all …]