Searched defs:btodb (Results 1 – 5 of 5) sorted by relevance
42 #define btodb(byte_offset) ((byte_offset) >> 9) macro
143 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
216 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
204 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
256 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro