Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_io.h125 struct extent_buffer { struct
126 u64 start;
127 unsigned long len;
128 unsigned long bflags;
129 struct btrfs_fs_info *fs_info;
130 spinlock_t refs_lock;
131 atomic_t refs;
132 atomic_t io_pages;
133 int read_mirror;
134 struct rcu_head rcu_head;
[all …]