Home
last modified time | relevance | path

Searched refs:BTOBBT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_discard.c193 end = start + BTOBBT(range.len) - 1; in xfs_ioc_trim()
H A Dxfs_fsmap.c53 dest->fmr_physical = BTOBBT(src->fmr_physical); in xfs_fsmap_to_internal()
55 dest->fmr_offset = BTOBBT(src->fmr_offset); in xfs_fsmap_to_internal()
56 dest->fmr_length = BTOBBT(src->fmr_length); in xfs_fsmap_to_internal()
H A Dxfs_log.c1515 free_blocks = BTOBBT(free_bytes); in xlog_grant_push_threshold()
3624 idx = BTOBBT((char *)&ophead->oh_clientid - iclog->ic_datap); in xlog_verify_iclog()
3647 idx = BTOBBT((uintptr_t)&ophead->oh_len - in xlog_verify_iclog()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_fsmap.c54 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()
H A Dxfs_discard.c407 end = start + BTOBBT(range.len) - 1; in xfs_ioc_trim()
H A Dxfs_log.c1697 free_blocks = BTOBBT(free_bytes); in xlog_grant_push_threshold()
3665 idx = BTOBBT((void *)&ophead->oh_clientid - iclog->ic_datap); in xlog_verify_iclog()
3689 idx = BTOBBT((void *)&ophead->oh_len - iclog->ic_datap); in xlog_verify_iclog()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h852 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_fs.h853 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro

Completed in 16 milliseconds