Home
last modified time | relevance | path

Searched refs:BTOBBT (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_fsmap.c57 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()
H A Dxfs_discard.c884 end = start + BTOBBT(range.len) - 1; in xfs_ioc_trim()
H A Dxfs_log.c3389 idx = BTOBBT((void *)&ophead->oh_clientid - iclog->ic_datap); in xlog_verify_iclog()
3413 idx = BTOBBT((void *)&ophead->oh_len - iclog->ic_datap); in xlog_verify_iclog()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h1093 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro