Home
last modified time | relevance | path

Searched refs:XLOG_BTOLSUNIT (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h37 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \ macro
/linux-4.19.296/fs/xfs/
Dxfs_log.c1857 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_sync()