Searched defs:btrfs_pending_snapshot (Results 1 – 1 of 1) sorted by relevance
138 struct btrfs_pending_snapshot { struct139 struct dentry *dentry;140 struct inode *dir;141 struct btrfs_root *root;142 struct btrfs_root_item *root_item;143 struct btrfs_root *snap;144 struct btrfs_qgroup_inherit *inherit;145 struct btrfs_path *path;147 struct btrfs_block_rsv block_rsv;148 u64 qgroup_reserved;[all …]