Searched refs:parent_root (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | send.c | 157 struct btrfs_root *parent_root; member 405 (sctx->parent_root ? btrfs_root_id(sctx->parent_root) : 0)); in inconsistent_snapshot_error() 428 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole() 1801 if (!sctx->parent_root) { in gen_unique_name() 1806 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name() 1851 if (!sctx->parent_root) { in get_cur_inode_state() 1854 ret = get_inode_info(sctx->parent_root, ino, &info); in get_cur_inode_state() 2063 if (!sctx->parent_root) in will_overwrite_ref() 2078 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID && in will_overwrite_ref() 2082 ret = lookup_dir_item_inode(sctx->parent_root, dir, name, name_len, in will_overwrite_ref() [all …]
|
| H A D | transaction.c | 1670 struct btrfs_root *parent_root; in create_pending_snapshot() local 1732 parent_root = parent_inode->root; in create_pending_snapshot() 1733 ret = record_root_in_trans(trans, parent_root, false); in create_pending_snapshot() 1748 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1843 btrfs_root_id(parent_root), in create_pending_snapshot() 1873 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1877 btrfs_root_id(parent_root), pending->inherit); in create_pending_snapshot()
|
| H A D | ioctl.c | 117 __u64 parent_root; /* in */ member 4316 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
| /linux/security/landlock/ |
| H A D | ruleset.c | 410 struct rb_root *parent_root; inherit_tree() local
|
| /linux/include/uapi/linux/ |
| H A D | btrfs.h | 856 __u64 parent_root; /* in */ member
|