Searched refs:BPS (Results 1 – 2 of 2) sorted by relevance
81 #define byte_to_secsiz(APSIZE, BPS) (daddr_t) \ argument82 ((((APSIZE) + (BPS) - 1)/(uint_t)(BPS)) * (BPS))
84 #define byte_to_secsiz(APSIZE, BPS) (uint_t) \ argument85 ((((APSIZE) + (BPS) - 1) \86 / (uint_t)(BPS)) * (BPS))