Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_discard.c180 end = start + BTOBBT(range.len) - 1; in xfs_ioc_trim()
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()
Dxfs_log.c1645 free_blocks = BTOBBT(free_bytes); in xlog_grant_push_ail()
3871 idx = BTOBBT((char *)&ophead->oh_clientid - iclog->ic_datap); in xlog_verify_iclog()
3894 idx = BTOBBT((uintptr_t)&ophead->oh_len - in xlog_verify_iclog()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_fs.h638 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro