Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dsubvolume.c89 key.type = BTRFS_ROOT_REF_KEY; in list_subvols()
H A Dbtrfs_tree.h164 #define BTRFS_ROOT_REF_KEY 156 macro
/openbmc/linux/fs/btrfs/
H A Droot-tree.c381 key.type = BTRFS_ROOT_REF_KEY; in btrfs_del_root_ref()
446 key.type = BTRFS_ROOT_REF_KEY; in btrfs_add_root_ref()
H A Dioctl.c2031 key.type = BTRFS_ROOT_REF_KEY; in btrfs_search_path_in_tree_user()
2295 key.type = BTRFS_ROOT_REF_KEY; in btrfs_ioctl_get_subvol_rootref()
2318 if (key.objectid != objectid || key.type != BTRFS_ROOT_REF_KEY) { in btrfs_ioctl_get_subvol_rootref()
H A Dqgroup.c1076 key.type = BTRFS_ROOT_REF_KEY; in btrfs_quota_enable()
1093 if (found_key.type == BTRFS_ROOT_REF_KEY) { in btrfs_quota_enable()
H A Dinode.c4369 key.type = BTRFS_ROOT_REF_KEY; in may_destroy_subvol()
4389 key.type == BTRFS_ROOT_REF_KEY) in may_destroy_subvol()
5434 key.type = BTRFS_ROOT_REF_KEY; in fixup_tree_root_location()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h205 #define BTRFS_ROOT_REF_KEY 156 macro