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