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