Home
last modified time | relevance | path

Searched refs:parent_root (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/btrfs/
Dsend.c152 struct btrfs_root *parent_root; member
398 (sctx->parent_root ? btrfs_root_id(sctx->parent_root) : 0)); in inconsistent_snapshot_error()
421 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole()
1858 if (!sctx->parent_root) { in gen_unique_name()
1864 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name()
1914 if (!sctx->parent_root) { in get_cur_inode_state()
1917 ret = get_inode_info(sctx->parent_root, ino, &info); in get_cur_inode_state()
2142 if (!sctx->parent_root) in will_overwrite_ref()
2157 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID && in will_overwrite_ref()
2161 ret = lookup_dir_item_inode(sctx->parent_root, dir, name, name_len, in will_overwrite_ref()
[all …]
Dtransaction.c1637 struct btrfs_root *parent_root; in create_pending_snapshot() local
1703 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot()
1704 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot()
1719 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot()
1820 btrfs_root_id(parent_root), in create_pending_snapshot()
1850 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot()
1854 btrfs_root_id(parent_root), pending->inherit); in create_pending_snapshot()
Dioctl.c91 __u64 parent_root; /* in */ member
4492 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
/linux-6.12.1/security/landlock/
Druleset.c412 struct rb_root *parent_root; in inherit_tree() local
419 parent_root = get_root(parent, key_type); in inherit_tree()
420 if (IS_ERR(parent_root)) in inherit_tree()
421 return PTR_ERR(parent_root); in inherit_tree()
425 parent_root, node) { in inherit_tree()
/linux-6.12.1/include/uapi/linux/
Dbtrfs.h842 __u64 parent_root; /* in */ member