Lines Matching defs:btrfs_pending_snapshot
179 struct btrfs_pending_snapshot { struct
180 struct dentry *dentry;
181 struct btrfs_inode *dir;
182 struct btrfs_root *root;
183 struct btrfs_root_item *root_item;
184 struct btrfs_root *snap;
185 struct btrfs_qgroup_inherit *inherit;
186 struct btrfs_path *path;
188 struct btrfs_block_rsv block_rsv;
190 int error;
192 dev_t anon_dev;
193 bool readonly;
194 struct list_head list;