Searched refs:pending_snapshot (Results 1 – 1 of 1) sorted by relevance
654 struct btrfs_pending_snapshot *pending_snapshot; in create_snapshot() local671 pending_snapshot = kzalloc(sizeof(*pending_snapshot), GFP_NOFS); in create_snapshot()672 if (!pending_snapshot) { in create_snapshot()677 btrfs_init_block_rsv(&pending_snapshot->block_rsv, in create_snapshot()688 &pending_snapshot->block_rsv, 8, in create_snapshot()689 &pending_snapshot->qgroup_reserved, in create_snapshot()694 pending_snapshot->dentry = dentry; in create_snapshot()695 pending_snapshot->root = root; in create_snapshot()696 pending_snapshot->readonly = readonly; in create_snapshot()697 pending_snapshot->dir = dir; in create_snapshot()[all …]