Lines Matching defs:btrfs_pending_snapshot
132 struct btrfs_pending_snapshot { struct
133 struct dentry *dentry;
134 struct inode *dir;
135 struct btrfs_root *root;
136 struct btrfs_root_item *root_item;
137 struct btrfs_root *snap;
138 struct btrfs_qgroup_inherit *inherit;
139 struct btrfs_path *path;
141 struct btrfs_block_rsv block_rsv;
143 int error;
144 bool readonly;
145 struct list_head list;