Searched refs:parent_root (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | send.c | 80 struct btrfs_root *parent_root; member 293 (sctx->parent_root ? in inconsistent_snapshot_error() 294 sctx->parent_root->root_key.objectid : 0)); in inconsistent_snapshot_error() 306 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole() 1551 if (!sctx->parent_root) { in gen_unique_name() 1557 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name() 1603 if (!sctx->parent_root) { in get_cur_inode_state() 1606 ret = get_inode_info(sctx->parent_root, ino, NULL, &right_gen, in get_cur_inode_state() 1835 if (!sctx->parent_root) in will_overwrite_ref() 1847 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID) { in will_overwrite_ref() [all …]
|
D | props.h | 27 struct btrfs_root *parent_root);
|
D | props.c | 339 struct btrfs_root *parent_root) in btrfs_subvol_inherit_props() argument 350 parent_inode = btrfs_iget(sb, &key, parent_root, NULL); in btrfs_subvol_inherit_props()
|
D | transaction.c | 1416 struct btrfs_root *parent_root; in create_pending_snapshot() local 1471 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1472 record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1483 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1577 parent_root->root_key.objectid, in create_pending_snapshot() 1611 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1616 ret = btrfs_insert_dir_item(trans, parent_root, in create_pending_snapshot() 1631 ret = btrfs_update_inode_fallback(trans, parent_root, parent_inode); in create_pending_snapshot()
|
D | ioctl.c | 77 __u64 parent_root; /* in */ member 5822 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
D | ctree.h | 3165 struct btrfs_root *parent_root,
|
D | inode.c | 9111 struct btrfs_root *parent_root, in btrfs_create_subvol_root() argument 9131 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs.h | 738 __u64 parent_root; /* in */ member
|