Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dextent_io.h78 struct extent_buffer { struct
79 u64 start;
80 unsigned long len;
81 unsigned long bflags;
82 struct btrfs_fs_info *fs_info;
83 spinlock_t refs_lock;
84 atomic_t refs;
85 atomic_t io_pages;
86 int read_mirror;
87 struct rcu_head rcu_head;
[all …]