Searched refs:parent_root (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | send.c | 89 struct btrfs_root *parent_root; member 311 (sctx->parent_root ? in inconsistent_snapshot_error() 312 sctx->parent_root->root_key.objectid : 0)); in inconsistent_snapshot_error() 324 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole() 1552 if (!sctx->parent_root) { in gen_unique_name() 1558 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name() 1604 if (!sctx->parent_root) { in get_cur_inode_state() 1607 ret = get_inode_info(sctx->parent_root, ino, NULL, &right_gen, in get_cur_inode_state() 1832 if (!sctx->parent_root) in will_overwrite_ref() 1844 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID) { in will_overwrite_ref() [all …]
|
D | props.h | 26 struct btrfs_root *parent_root);
|
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()
|
D | transaction.c | 1548 struct btrfs_root *parent_root; in create_pending_snapshot() local 1602 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1603 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1615 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1711 parent_root->root_key.objectid, in create_pending_snapshot() 1740 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1759 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
|
D | ioctl.c | 82 __u64 parent_root; /* in */ member 4880 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
D | ctree.h | 3167 struct btrfs_root *parent_root,
|
D | inode.c | 9033 struct btrfs_root *parent_root, in btrfs_create_subvol_root() argument 9058 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()
|
/Linux-v5.15/include/uapi/linux/ |
D | btrfs.h | 783 __u64 parent_root; /* in */ member
|