/kernel/linux/linux-5.10/fs/btrfs/ |
H A 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() 1539 * send_root and parent_root. This is used to generate names for orphan inodes. 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() 1855 if (!sctx->parent_root) in will_overwrite_ref() 2351 struct btrfs_root *parent_root = sctx->parent_root; send_subvol_begin() local [all...] |
H A D | props.h | 26 struct btrfs_root *parent_root);
|
H A D | transaction.c | 1520 struct btrfs_root *parent_root; in create_pending_snapshot() local 1574 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1575 record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1586 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1680 parent_root->root_key.objectid, in create_pending_snapshot() 1715 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1734 ret = btrfs_update_inode_fallback(trans, parent_root, parent_inode); in create_pending_snapshot()
|
H A D | props.c | 408 struct btrfs_root *parent_root) in btrfs_subvol_inherit_props() 414 parent_inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, parent_root); in btrfs_subvol_inherit_props() 406 btrfs_subvol_inherit_props(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *parent_root) btrfs_subvol_inherit_props() argument
|
H A D | ioctl.c | 81 __u64 parent_root; /* in */ member 4893 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
H A D | ctree.h | 3017 struct btrfs_root *parent_root,
|
H A D | inode.c | 8638 struct btrfs_root *parent_root, in btrfs_create_subvol_root() 8658 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root() 8636 btrfs_create_subvol_root(struct btrfs_trans_handle *trans, struct btrfs_root *new_root, struct btrfs_root *parent_root, u64 new_dirid) btrfs_create_subvol_root() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 153 struct btrfs_root *parent_root; member 397 (sctx->parent_root ? in inconsistent_snapshot_error() 398 sctx->parent_root->root_key.objectid : 0)); in inconsistent_snapshot_error() 421 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole() 1805 * send_root and parent_root. This is used to generate names for orphan inodes. 1845 if (!sctx->parent_root) { in gen_unique_name() 1851 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name() 1901 if (!sctx->parent_root) { in get_cur_inode_state() 1904 ret = get_inode_info(sctx->parent_root, ino, &info); in get_cur_inode_state() 2129 if (!sctx->parent_root) in will_overwrite_ref() 2505 struct btrfs_root *parent_root = sctx->parent_root; send_subvol_begin() local [all...] |
H A D | transaction.c | 1638 struct btrfs_root *parent_root; in create_pending_snapshot() local 1704 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1705 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1720 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1815 parent_root->root_key.objectid, in create_pending_snapshot() 1844 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1862 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
|
H A D | ioctl.c | 95 __u64 parent_root; /* in */ member 4373 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs.h | 785 __u64 parent_root; /* in */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 426 __u64 parent_root; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 426 __u64 parent_root; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 441 __u64 parent_root; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs.h | 838 __u64 parent_root; /* in */ member
|