Searched refs:BTOBBT (Results 1 – 4 of 4) sorted by relevance
193 end = start + BTOBBT(range.len) - 1; in xfs_ioc_trim()
54 dest->fmr_physical = BTOBBT(src->fmr_physical); in xfs_fsmap_to_internal()56 dest->fmr_offset = BTOBBT(src->fmr_offset); in xfs_fsmap_to_internal()57 dest->fmr_length = BTOBBT(src->fmr_length); in xfs_fsmap_to_internal()
1669 free_blocks = BTOBBT(free_bytes); in xlog_grant_push_threshold()3778 idx = BTOBBT((char *)&ophead->oh_clientid - iclog->ic_datap); in xlog_verify_iclog()3801 idx = BTOBBT((uintptr_t)&ophead->oh_len - in xlog_verify_iclog()
853 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro