Home
last modified time | relevance | path

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

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