Searched refs:xhdrs (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.c1024 int xhdrs; local
1054 xhdrs = mp->m_logbsize / XLOG_HEADER_CYCLE_SIZE;
1056 xhdrs++;
1057 log->l_iclog_hsize = xhdrs << BBSHIFT;
1058 log->l_iclog_heads = xhdrs;
H A Dxfs_log_recover.c417 int xhdrs; local
485 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE;
487 xhdrs++;
489 xhdrs = 1;
493 != BTOBB(INT_GET(head->h_len, ARCH_CONVERT)) + xhdrs)

Completed in 318 milliseconds