Searched defs:btrfs_pending_snapshot (Results 1 – 1 of 1) sorted by relevance
151 struct btrfs_pending_snapshot { struct152 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;[all …]