Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Droot-tree.c389 key.type = BTRFS_ROOT_REF_KEY; in btrfs_del_root_ref()
453 key.type = BTRFS_ROOT_REF_KEY; in btrfs_add_root_ref()
H A Dioctl.c1946 key.type = BTRFS_ROOT_REF_KEY; in btrfs_search_path_in_tree_user()
2210 key.type = BTRFS_ROOT_REF_KEY; in btrfs_ioctl_get_subvol_rootref()
2233 if (key.objectid != objectid || key.type != BTRFS_ROOT_REF_KEY) { in btrfs_ioctl_get_subvol_rootref()
H A Dqgroup.c1118 key.type = BTRFS_ROOT_REF_KEY; in btrfs_quota_enable()
1135 if (found_key.type == BTRFS_ROOT_REF_KEY) { in btrfs_quota_enable()
H A Dinode.c4526 key.type = BTRFS_ROOT_REF_KEY; in may_destroy_subvol()
4545 if (key.objectid == btrfs_root_id(root) && key.type == BTRFS_ROOT_REF_KEY) in may_destroy_subvol()
5547 key.type = BTRFS_ROOT_REF_KEY; in fixup_tree_root_location()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h208 #define BTRFS_ROOT_REF_KEY 156 macro