Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log_priv.h412 int l_iclog_heads; /* # of iclog header sectors */ member
Dxfs_log.c1283 log->l_iclog_heads = in xlog_get_iclog_buffer_size()
1285 log->l_iclog_hsize = log->l_iclog_heads << BBSHIFT; in xlog_get_iclog_buffer_size()
1554 for (i = 1; i < log->l_iclog_heads; i++) in xlog_pack_data()