Searched defs:btrfs_pending_snapshot (Results 1 – 1 of 1) sorted by relevance
161 struct btrfs_pending_snapshot { struct162 struct dentry *dentry;163 struct inode *dir;164 struct btrfs_root *root;165 struct btrfs_root_item *root_item;166 struct btrfs_root *snap;167 struct btrfs_qgroup_inherit *inherit;168 struct btrfs_path *path;170 struct btrfs_block_rsv block_rsv;172 int error;[all …]