Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_priv.h407 int l_iclog_heads; /* # of iclog header sectors */ member
Dxfs_log.c1441 log->l_iclog_heads = in xlog_get_iclog_buffer_size()
1443 log->l_iclog_hsize = log->l_iclog_heads << BBSHIFT; in xlog_get_iclog_buffer_size()
1800 for (i = 1; i < log->l_iclog_heads; i++) in xlog_pack_data()