Home
last modified time | relevance | path

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

/fs/btrfs/
Dsend.c90 struct btrfs_root *parent_root; member
321 (sctx->parent_root ? in inconsistent_snapshot_error()
322 sctx->parent_root->root_key.objectid : 0)); in inconsistent_snapshot_error()
334 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole()
1582 if (!sctx->parent_root) { in gen_unique_name()
1588 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name()
1634 if (!sctx->parent_root) { in get_cur_inode_state()
1637 ret = get_inode_info(sctx->parent_root, ino, NULL, &right_gen, in get_cur_inode_state()
1862 if (!sctx->parent_root) in will_overwrite_ref()
1874 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID) { in will_overwrite_ref()
[all …]
Dprops.h26 struct btrfs_root *parent_root);
Dprops.c422 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()
Dtransaction.c1620 struct btrfs_root *parent_root; in create_pending_snapshot() local
1674 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot()
1675 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot()
1687 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot()
1783 parent_root->root_key.objectid, in create_pending_snapshot()
1812 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot()
1831 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
Dioctl.c82 __u64 parent_root; /* in */ member
4902 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
Dctree.h3211 struct btrfs_root *parent_root,
Dinode.c9205 struct btrfs_root *parent_root, in btrfs_create_subvol_root() argument
9230 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()