Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Ddisk_groups.h29 #define TARGET_DEV_START 1 macro
30 #define TARGET_GROUP_START (256 + TARGET_DEV_START)
34 return TARGET_DEV_START + dev; in dev_to_target()
50 if (target >= TARGET_DEV_START) in target_decode()
53 .group = target - TARGET_DEV_START in target_decode()