DEVNO_MASK
#define tag_to_devno(tag) (((tag)&DEVNO_MASK)>>DEVNO_SHIFT)
(tag & (DEVNO_MASK | FUNNO_MASK)) + offset;