Searched defs:btrfs_pending_snapshot (Results 1 – 1 of 1) sorted by relevance
179 struct btrfs_pending_snapshot { struct180 struct dentry *dentry;181 struct btrfs_inode *dir;182 struct btrfs_root *root;183 struct btrfs_root_item *root_item;184 struct btrfs_root *snap;185 struct btrfs_qgroup_inherit *inherit;186 struct btrfs_path *path;188 struct btrfs_block_rsv block_rsv;190 int error;[all …]