Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
Dtransaction.h155 struct btrfs_pending_snapshot { struct
156 struct dentry *dentry;
157 struct inode *dir;
158 struct btrfs_root *root;
159 struct btrfs_root_item *root_item;
160 struct btrfs_root *snap;
161 struct btrfs_qgroup_inherit *inherit;
162 struct btrfs_path *path;
164 struct btrfs_block_rsv block_rsv;
166 int error;
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dtransaction.h150 struct btrfs_pending_snapshot { struct
151 struct dentry *dentry;
152 struct inode *dir;
153 struct btrfs_root *root;
154 struct btrfs_root_item *root_item;
155 struct btrfs_root *snap;
156 struct btrfs_qgroup_inherit *inherit;
157 struct btrfs_path *path;
159 struct btrfs_block_rsv block_rsv;
161 int error;
[all …]