Searched refs:l_iclog_hsize (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c1057 log->l_iclog_hsize = xhdrs << BBSHIFT;
1061 log->l_iclog_hsize = BBSIZE;
1081 log->l_iclog_hsize = BBSIZE;
1220 iclog->ic_size = XFS_BUF_SIZE(bp) - log->l_iclog_hsize;
1224 iclog->ic_datap = (char *)iclog->hic_data + log->l_iclog_hsize;
1377 count_init = log->l_iclog_hsize + iclog->ic_offset;
2381 ticket->t_curr_res -= log->l_iclog_hsize;
2383 log->l_iclog_hsize,
2867 log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize);
3314 unit_bytes += log->l_iclog_hsize * num_header
[all...]
H A Dxfs_log_priv.h475 int l_iclog_hsize; /* size of iclog header */ member in struct:log

Completed in 25 milliseconds