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

/linux-4.4.14/fs/xfs/
H A Dxfs_discard.c187 end = start + BTOBBT(range.len) - 1; xfs_ioc_trim()
H A Dxfs_iops.c1070 bm.bmv_offset = BTOBBT(start); xfs_vn_fiemap()
H A Dxfs_log.c1570 free_blocks = BTOBBT(free_bytes); xlog_grant_push_ail()
3849 idx = BTOBBT((char *)&ophead->oh_clientid - iclog->ic_datap); xlog_verify_iclog()
3872 idx = BTOBBT((uintptr_t)&ophead->oh_len - xlog_verify_iclog()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_fs.h583 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT) macro

Completed in 150 milliseconds