Searched refs:pending_snapshot (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c350 struct btrfs_pending_snapshot *pending_snapshot; local
357 pending_snapshot = kzalloc(sizeof(*pending_snapshot), GFP_NOFS);
358 if (!pending_snapshot)
361 btrfs_init_block_rsv(&pending_snapshot->block_rsv);
362 pending_snapshot->dentry = dentry;
363 pending_snapshot->root = root;
371 ret = btrfs_snap_reserve_metadata(trans, pending_snapshot);
374 list_add(&pending_snapshot->list,
379 ret = pending_snapshot
[all...]

Completed in 34 milliseconds