Searched refs:parent_root (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | send.c | 154 struct btrfs_root *parent_root; member 402 (sctx->parent_root ? btrfs_root_id(sctx->parent_root) : 0)); in inconsistent_snapshot_error() 425 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole() 1807 if (!sctx->parent_root) { in gen_unique_name() 1812 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name() 1857 if (!sctx->parent_root) { in get_cur_inode_state() 1860 ret = get_inode_info(sctx->parent_root, ino, &info); in get_cur_inode_state() 2073 if (!sctx->parent_root) in will_overwrite_ref() 2088 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID && in will_overwrite_ref() 2092 ret = lookup_dir_item_inode(sctx->parent_root, dir, name, name_len, in will_overwrite_ref() [all …]
|
| H A D | transaction.c | 1658 struct btrfs_root *parent_root; in create_pending_snapshot() local 1720 parent_root = parent_inode->root; in create_pending_snapshot() 1721 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1736 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1841 btrfs_root_id(parent_root), in create_pending_snapshot() 1871 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1875 btrfs_root_id(parent_root), pending->inherit); in create_pending_snapshot()
|
| H A D | ioctl.c | 92 __u64 parent_root; /* in */ member 4322 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
| /linux/security/landlock/ |
| H A D | ruleset.c | 409 struct rb_root *parent_root; in inherit_tree() local 416 parent_root = get_root(parent, key_type); in inherit_tree() 417 if (IS_ERR(parent_root)) in inherit_tree() 418 return PTR_ERR(parent_root); in inherit_tree() 422 parent_root, node) { in inherit_tree()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs.h | 855 __u64 parent_root; /* in */ member
|