Searched refs:parent_root (Results 1 – 8 of 8) sorted by relevance
/linux/fs/btrfs/ |
A D | send.c | 313 (sctx->parent_root ? in inconsistent_snapshot_error() 1616 if (!sctx->parent_root) { in get_cur_inode_state() 1844 if (!sctx->parent_root) in will_overwrite_ref() 1917 if (!sctx->parent_root) in did_overwrite_ref() 1987 if (!sctx->parent_root) in did_overwrite_first_ref() 2336 struct btrfs_root *parent_root = sctx->parent_root; in send_subvol_begin() local 2379 if (parent_root) { in send_subvol_begin() 2400 if (parent_root) { in send_subvol_begin() 7138 sctx->parent_root->node != sctx->parent_root->commit_root) in ensure_commit_roots_uptodate() 7381 if (arg->parent_root) { in btrfs_ioctl_send() [all …]
|
A D | props.h | 26 struct btrfs_root *parent_root);
|
A D | props.c | 422 struct btrfs_root *parent_root) in btrfs_subvol_inherit_props() argument 428 parent_inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, parent_root); in btrfs_subvol_inherit_props()
|
A D | transaction.c | 1547 struct btrfs_root *parent_root; in create_pending_snapshot() local 1601 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1602 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1614 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1710 parent_root->root_key.objectid, in create_pending_snapshot() 1739 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1758 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
|
A D | ioctl.c | 83 __u64 parent_root; /* in */ member 4849 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
A D | ctree.h | 3224 struct btrfs_root *parent_root,
|
A D | inode.c | 9045 struct btrfs_root *parent_root, in btrfs_create_subvol_root() argument 9070 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()
|
/linux/include/uapi/linux/ |
A D | btrfs.h | 789 __u64 parent_root; /* in */ member
|
Completed in 60 milliseconds