Home
last modified time | relevance | path

Searched defs:extent_buffer (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dextent_io.h79 struct extent_buffer { struct
80 u64 start;
81 unsigned long len;
82 unsigned long bflags;
83 struct btrfs_fs_info *fs_info;
84 spinlock_t refs_lock;
85 atomic_t refs;
86 atomic_t io_pages;
87 int read_mirror;
88 struct rcu_head rcu_head;
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Dextent_io.h154 struct extent_buffer { struct
155 u64 start;
156 unsigned long len;
157 unsigned long bflags;
158 struct btrfs_fs_info *fs_info;
159 spinlock_t refs_lock;
160 atomic_t refs;
161 atomic_t io_pages;
162 int read_mirror;
163 struct rcu_head rcu_head;
[all …]