Searched refs:parent_root (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 397 (sctx->parent_root ? in inconsistent_snapshot_error() 1914 if (!sctx->parent_root) { in get_cur_inode_state() 2142 if (!sctx->parent_root) in will_overwrite_ref() 2205 if (!sctx->parent_root) in did_overwrite_ref() 2273 if (!sctx->parent_root) in did_overwrite_first_ref() 2518 struct btrfs_root *parent_root = sctx->parent_root; in send_subvol_begin() local 2561 if (parent_root) { in send_subvol_begin() 2582 if (parent_root) { in send_subvol_begin() 8058 sctx->parent_root->node != sctx->parent_root->commit_root) in ensure_commit_roots_uptodate() 8340 if (arg->parent_root) { in btrfs_ioctl_send() [all …]
|
H A D | transaction.c | 1637 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 D | ioctl.c | 95 __u64 parent_root; /* in */ member 4390 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs.h | 838 __u64 parent_root; /* in */ member
|