Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h39 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit) macro
/linux-4.19.296/fs/xfs/
Dxfs_log.c1857 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_sync()