Home
last modified time | relevance | path

Searched refs:parent_root (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dsend.c397 (sctx->parent_root ? in inconsistent_snapshot_error()
1909 if (!sctx->parent_root) { in get_cur_inode_state()
2137 if (!sctx->parent_root) in will_overwrite_ref()
2200 if (!sctx->parent_root) in did_overwrite_ref()
2268 if (!sctx->parent_root) in did_overwrite_first_ref()
2513 struct btrfs_root *parent_root = sctx->parent_root; in send_subvol_begin() local
2556 if (parent_root) { in send_subvol_begin()
2577 if (parent_root) { in send_subvol_begin()
8000 sctx->parent_root->node != sctx->parent_root->commit_root) in ensure_commit_roots_uptodate()
8282 if (arg->parent_root) { in btrfs_ioctl_send()
[all …]
H A Dtransaction.c1637 struct btrfs_root *parent_root; in create_pending_snapshot() local
1703 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot()
1704 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot()
1719 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot()
1814 parent_root->root_key.objectid, in create_pending_snapshot()
1843 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot()
1861 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
H A Dioctl.c95 __u64 parent_root; /* in */ member
4392 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs.h838 __u64 parent_root; /* in */ member