Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dextent-io-tree.h55 struct extent_io_tree { struct
56 struct rb_root state;
57 struct btrfs_fs_info *fs_info;
58 void *private_data;
59 u64 dirty_bytes;
60 bool track_uptodate;
63 u8 owner;
88 void extent_io_tree_init(struct btrfs_fs_info *fs_info, argument
/kernel/linux/linux-6.6/fs/btrfs/
Dextent-io-tree.h88 struct extent_io_tree { struct
89 struct rb_root state;
90 struct btrfs_fs_info *fs_info;
115 void extent_io_tree_init(struct btrfs_fs_info *fs_info, argument
116 struct extent_io_tree *tree, unsigned int owner); argument