Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log_priv.h361 int l_iclog_heads; /* # of iclog header sectors */ member
Dxfs_log.c1337 log->l_iclog_heads = xhdrs; in xlog_get_iclog_buffer_size()
1341 log->l_iclog_heads = 1; in xlog_get_iclog_buffer_size()
1352 log->l_iclog_heads = 1; in xlog_get_iclog_buffer_size()
1721 for (i = 1; i < log->l_iclog_heads; i++) in xlog_pack_data()