Searched refs:l_iclog_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log.c1429 log->l_iclog_size = mp->m_logbsize;
1603 ASSERT(log->l_iclog_size >= 4096);
1605 size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) *
1617 iclog->ic_data = kvzalloc(log->l_iclog_size,
1626 head->h_size = cpu_to_be32(log->l_iclog_size);
1631 iclog->ic_size = log->l_iclog_size - log->l_iclog_hsize;
2224 ASSERT(*log_offset < iclog->ic_log->l_iclog_size);
3475 iclog_space = log->l_iclog_size - log->l_iclog_hsize;
H A Dxfs_log_priv.h414 int l_iclog_size; /* size of log in bytes */ member in struct:xlog
H A Dxfs_log_cil.c57 (log->l_iclog_size - log->l_iclog_hsize)));

Completed in 132 milliseconds