Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dtransaction.h152 struct btrfs_pending_snapshot { struct
153 struct dentry *dentry;
154 struct inode *dir;
155 struct btrfs_root *root;
156 struct btrfs_root_item *root_item;
157 struct btrfs_root *snap;
158 struct btrfs_qgroup_inherit *inherit;
159 struct btrfs_path *path;
161 struct btrfs_block_rsv block_rsv;
163 int error;
[all …]