Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_priv.h396 int l_iclog_heads; /* # of iclog header sectors */ member
Dxfs_log.c1250 log->l_iclog_heads = in xlog_get_iclog_buffer_size()
1252 log->l_iclog_hsize = log->l_iclog_heads << BBSHIFT; in xlog_get_iclog_buffer_size()
1611 for (i = 1; i < log->l_iclog_heads; i++) in xlog_pack_data()