Searched refs:BTRFS_QGROUP_RELATION_KEY (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h304 * (childid, BTRFS_QGROUP_RELATION_KEY, parentid)
305 * (parentid, BTRFS_QGROUP_RELATION_KEY, childid)
307 #define BTRFS_QGROUP_RELATION_KEY 246 macro
/linux-master/fs/btrfs/
H A Dqgroup.c522 key.type = BTRFS_QGROUP_RELATION_KEY;
534 if (found_key.type != BTRFS_QGROUP_RELATION_KEY)
663 key.type = BTRFS_QGROUP_RELATION_KEY;
687 key.type = BTRFS_QGROUP_RELATION_KEY;

Completed in 138 milliseconds