Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dioctl.c801 pending_snapshot = kzalloc(sizeof(*pending_snapshot), GFP_KERNEL); in create_snapshot()
802 if (!pending_snapshot) in create_snapshot()
811 if (!pending_snapshot->root_item || !pending_snapshot->path) { in create_snapshot()
830 pending_snapshot->dentry = dentry; in create_snapshot()
831 pending_snapshot->root = root; in create_snapshot()
833 pending_snapshot->dir = dir; in create_snapshot()
842 trans->pending_snapshot = pending_snapshot; in create_snapshot()
848 ret = pending_snapshot->error; in create_snapshot()
864 pending_snapshot->anon_dev = 0; in create_snapshot()
872 if (pending_snapshot->anon_dev) in create_snapshot()
[all …]
A Dtransaction.h129 struct btrfs_pending_snapshot *pending_snapshot; member
A Dtransaction.c2100 if (!trans->pending_snapshot) in add_pending_snapshot()
2106 list_add(&trans->pending_snapshot->list, &cur_trans->pending_snapshots); in add_pending_snapshot()

Completed in 15 milliseconds