Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Droot-tree.c377 key.type = BTRFS_ROOT_REF_KEY; in btrfs_del_root_ref()
442 key.type = BTRFS_ROOT_REF_KEY; in btrfs_add_root_ref()
Dioctl.c2886 key.type = BTRFS_ROOT_REF_KEY; in btrfs_search_path_in_tree_user()
3150 key.type = BTRFS_ROOT_REF_KEY; in btrfs_ioctl_get_subvol_rootref()
3173 if (key.objectid != objectid || key.type != BTRFS_ROOT_REF_KEY) { in btrfs_ioctl_get_subvol_rootref()
Dqgroup.c1070 key.type = BTRFS_ROOT_REF_KEY; in btrfs_quota_enable()
1087 if (found_key.type == BTRFS_ROOT_REF_KEY) { in btrfs_quota_enable()
Dinode.c4570 key.type = BTRFS_ROOT_REF_KEY; in may_destroy_subvol()
4583 key.type == BTRFS_ROOT_REF_KEY) in may_destroy_subvol()
5578 key.type = BTRFS_ROOT_REF_KEY; in fixup_tree_root_location()
/linux-6.1.9/include/uapi/linux/
Dbtrfs_tree.h188 #define BTRFS_ROOT_REF_KEY 156 macro