Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log_priv.h372 int l_iclog_heads; /* # of iclog header sectors */ member
Dxfs_log.c1263 log->l_iclog_heads = xhdrs; in xlog_get_iclog_buffer_size()
1267 log->l_iclog_heads = 1; in xlog_get_iclog_buffer_size()
1278 log->l_iclog_heads = 1; in xlog_get_iclog_buffer_size()
1646 for (i = 1; i < log->l_iclog_heads; i++) in xlog_pack_data()