Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_discard.c187 end = start + BTOBBT(range.len) - 1; in xfs_ioc_trim()
Dxfs_log.c1553 free_blocks = BTOBBT(free_bytes); in xlog_grant_push_ail()
3814 idx = BTOBBT((xfs_caddr_t)&(ophead->oh_clientid) - iclog->ic_datap); in xlog_verify_iclog()
3837 idx = BTOBBT((__psint_t)&ophead->oh_len - in xlog_verify_iclog()
Dxfs_iops.c1073 bm.bmv_offset = BTOBBT(start); in xfs_vn_fiemap()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h572 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro