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

/linux-master/fs/btrfs/
H A Droot-tree.c391 key.type = BTRFS_ROOT_REF_KEY;
402 * add a btrfs_root_ref item. type is either BTRFS_ROOT_REF_KEY
456 key.type = BTRFS_ROOT_REF_KEY;
H A Dioctl.c2043 key.type = BTRFS_ROOT_REF_KEY;
2307 key.type = BTRFS_ROOT_REF_KEY;
2330 if (key.objectid != objectid || key.type != BTRFS_ROOT_REF_KEY) {
H A Dqgroup.c1126 key.type = BTRFS_ROOT_REF_KEY;
1143 if (found_key.type == BTRFS_ROOT_REF_KEY) {
H A Dinode.c4404 key.type = BTRFS_ROOT_REF_KEY;
4424 key.type == BTRFS_ROOT_REF_KEY)
5472 key.type = BTRFS_ROOT_REF_KEY;
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h208 #define BTRFS_ROOT_REF_KEY 156 macro

Completed in 229 milliseconds