Searched defs:extent_buffer (Results 1 – 4 of 4) sorted by relevance
27119 struct extent_buffer { struct27120 u64 start;27121 long unsigned int len;27122 long unsigned int bflags;27123 struct btrfs_fs_info *fs_info;27124 spinlock_t refs_lock;27125 atomic_t refs;27126 atomic_t io_pages;27127 int read_mirror;27128 struct callback_head callback_head;[all …]
60885 struct extent_buffer { struct60886 u64 start;60887 long unsigned int len;60888 long unsigned int bflags;60889 struct btrfs_fs_info *fs_info;60890 spinlock_t refs_lock;60891 atomic_t refs;60892 atomic_t io_pages;60893 int read_mirror;60894 struct callback_head callback_head;[all …]