btodb
#define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \
#define btodb(byte_offset) ((byte_offset) >> 9)
#define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \
#define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \