Home
last modified time | relevance | path

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

/fs/btrfs/
Dsend.c92 struct btrfs_root *parent_root; member
301 (sctx->parent_root ? in inconsistent_snapshot_error()
302 sctx->parent_root->root_key.objectid : 0)); in inconsistent_snapshot_error()
314 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole()
1575 if (!sctx->parent_root) { in gen_unique_name()
1581 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name()
1627 if (!sctx->parent_root) { in get_cur_inode_state()
1630 ret = get_inode_info(sctx->parent_root, ino, NULL, &right_gen, in get_cur_inode_state()
1859 if (!sctx->parent_root) in will_overwrite_ref()
1871 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID) { in will_overwrite_ref()
[all …]
Dprops.h40 struct btrfs_root *parent_root);
Dtransaction.c1415 struct btrfs_root *parent_root; in create_pending_snapshot() local
1470 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot()
1471 record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot()
1482 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot()
1576 parent_root->root_key.objectid, in create_pending_snapshot()
1610 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot()
1615 ret = btrfs_insert_dir_item(trans, parent_root, in create_pending_snapshot()
1630 ret = btrfs_update_inode_fallback(trans, parent_root, parent_inode); in create_pending_snapshot()
Dprops.c351 struct btrfs_root *parent_root) in btrfs_subvol_inherit_props() argument
362 parent_inode = btrfs_iget(sb, &key, parent_root, NULL); in btrfs_subvol_inherit_props()
Dctree.h3148 struct btrfs_root *parent_root,
Dinode.c9312 struct btrfs_root *parent_root, in btrfs_create_subvol_root() argument
9332 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()