Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h28184 struct btrfs_io_context { struct
28185 refcount_t refs;
28186 atomic_t stripes_pending;
28187 struct btrfs_fs_info *fs_info;
28188 u64 map_type;
28189 bio_end_io_t *end_io;
28190 struct bio *orig_bio;
28191 void *private;
28192 atomic_t error;
28193 int max_errors;
[all …]
Dvmlinux_608.h28184 struct btrfs_io_context { struct
28185 refcount_t refs;
28186 atomic_t stripes_pending;
28187 struct btrfs_fs_info *fs_info;
28188 u64 map_type;
28189 bio_end_io_t *end_io;
28190 struct bio *orig_bio;
28191 void *private;
28192 atomic_t error;
28193 int max_errors;
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h61768 struct btrfs_io_context { struct
61769 refcount_t refs;
61770 struct btrfs_fs_info *fs_info;
61771 u64 map_type;
61772 struct bio *orig_bio;
61773 atomic_t error;
61774 int max_errors;
61775 int num_stripes;
61776 int mirror_num;
61777 int num_tgtdevs;
[all …]
Dvmlinux_602.h61768 struct btrfs_io_context { struct
61769 refcount_t refs;
61770 struct btrfs_fs_info *fs_info;
61771 u64 map_type;
61772 struct bio *orig_bio;
61773 atomic_t error;
61774 int max_errors;
61775 int num_stripes;
61776 int mirror_num;
61777 int num_tgtdevs;
[all …]