Lines Matching defs:btrfs_pending_snapshot
151 struct btrfs_pending_snapshot { struct
152 struct dentry *dentry;
153 struct inode *dir;
154 struct btrfs_root *root;
155 struct btrfs_root_item *root_item;
156 struct btrfs_root *snap;
157 struct btrfs_qgroup_inherit *inherit;
158 struct btrfs_path *path;
160 struct btrfs_block_rsv block_rsv;
162 int error;
164 dev_t anon_dev;
165 bool readonly;
166 struct list_head list;