Searched refs:XLOG_BIG_RECORD_BSIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h40 #define XLOG_BIG_RECORD_BSIZE (32*1024) /* 32k buffers */ macro
H A Dxfs_vfsops.c341 (mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE)) {
351 if (ap->logbufsize > XLOG_BIG_RECORD_BSIZE) {
H A Dxfs_log.c1060 ASSERT(mp->m_logbsize <= XLOG_BIG_RECORD_BSIZE);
1076 log->l_iclog_size = XLOG_BIG_RECORD_BSIZE; /* 32k */
1089 log->l_iclog_size = XLOG_BIG_RECORD_BSIZE;
H A Dxfs_log_recover.c3536 h_size = XLOG_BIG_RECORD_BSIZE;

Completed in 81 milliseconds