Searched refs:parent_root (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | send.c | 397 (sctx->parent_root ? in inconsistent_snapshot_error() 1889 if (!sctx->parent_root) { in get_cur_inode_state() 2117 if (!sctx->parent_root) in will_overwrite_ref() 2180 if (!sctx->parent_root) in did_overwrite_ref() 2248 if (!sctx->parent_root) in did_overwrite_first_ref() 2493 struct btrfs_root *parent_root = sctx->parent_root; in send_subvol_begin() local 2536 if (parent_root) { in send_subvol_begin() 2557 if (parent_root) { in send_subvol_begin() 7973 sctx->parent_root->node != sctx->parent_root->commit_root) in ensure_commit_roots_uptodate() 8255 if (arg->parent_root) { in btrfs_ioctl_send() [all …]
|
A D | transaction.c | 1621 struct btrfs_root *parent_root; in create_pending_snapshot() local 1687 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1688 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1700 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1795 parent_root->root_key.objectid, in create_pending_snapshot() 1824 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1843 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
|
A D | ioctl.c | 95 __u64 parent_root; /* in */ member 4332 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | btrfs.h | 834 __u64 parent_root; /* in */ member
|
Completed in 30 milliseconds