Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Droot-tree.c374 key.type = BTRFS_ROOT_REF_KEY; in btrfs_del_root_ref()
435 key.type = BTRFS_ROOT_REF_KEY; in btrfs_add_root_ref()
H A Dprint-tree.c390 [BTRFS_ROOT_REF_KEY] = "ROOT_REF", in key_type_string()
H A Dioctl.c1834 key.type = BTRFS_ROOT_REF_KEY; in btrfs_search_path_in_tree_user()
2093 key.type = BTRFS_ROOT_REF_KEY; in btrfs_ioctl_get_subvol_rootref()
2116 if (key.objectid != objectid || key.type != BTRFS_ROOT_REF_KEY) { in btrfs_ioctl_get_subvol_rootref()
H A Dqgroup.c1119 key.type = BTRFS_ROOT_REF_KEY; in btrfs_quota_enable()
1136 if (found_key.type == BTRFS_ROOT_REF_KEY) { in btrfs_quota_enable()
H A Dinode.c4713 key.type = BTRFS_ROOT_REF_KEY; in may_destroy_subvol()
4731 if (key.objectid == btrfs_root_id(root) && key.type == BTRFS_ROOT_REF_KEY) in may_destroy_subvol()
5838 key.type = BTRFS_ROOT_REF_KEY; in fixup_tree_root_location()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h211 #define BTRFS_ROOT_REF_KEY 156 macro