Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Droot-tree.c393 key.type = BTRFS_ROOT_REF_KEY; in btrfs_del_root_ref()
458 key.type = BTRFS_ROOT_REF_KEY; in btrfs_add_root_ref()
Dqgroup.c961 key.type = BTRFS_ROOT_REF_KEY; in btrfs_quota_enable()
978 if (found_key.type == BTRFS_ROOT_REF_KEY) { in btrfs_quota_enable()
Dioctl.c2533 key.type = BTRFS_ROOT_REF_KEY; in btrfs_search_path_in_tree_user()
2806 key.type = BTRFS_ROOT_REF_KEY; in btrfs_ioctl_get_subvol_rootref()
2828 if (key.objectid != objectid || key.type != BTRFS_ROOT_REF_KEY) { in btrfs_ioctl_get_subvol_rootref()
Dinode.c4293 key.type = BTRFS_ROOT_REF_KEY; in may_destroy_subvol()
4306 key.type == BTRFS_ROOT_REF_KEY) in may_destroy_subvol()
5651 key.type = BTRFS_ROOT_REF_KEY; in fixup_tree_root_location()
/linux-4.19.296/include/uapi/linux/
Dbtrfs_tree.h155 #define BTRFS_ROOT_REF_KEY 156 macro