Searched refs:BTOBBT (Results 1 – 3 of 3) sorted by relevance
57 dest->fmr_physical = BTOBBT(src->fmr_physical); in xfs_fsmap_to_internal() 59 dest->fmr_offset = BTOBBT(src->fmr_offset); in xfs_fsmap_to_internal() 60 dest->fmr_length = BTOBBT(src->fmr_length); in xfs_fsmap_to_internal()
3370 idx = BTOBBT((void *)&ophead->oh_clientid - iclog->ic_datap); in xlog_verify_iclog() 3394 idx = BTOBBT((void *)&ophead->oh_len - iclog->ic_datap); in xlog_verify_iclog()
1105 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro