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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c1198 int tail_cycle, head_cycle; local
1206 head_cycle = log->l_curr_cycle;
1215 if (head_cycle == tail_cycle) {
1235 if (unlikely(head_block >= tail_block || head_cycle != (tail_cycle + 1))){
1270 error = xlog_write_log_records(log, (head_cycle - 1),
1284 error = xlog_write_log_records(log, (head_cycle - 1),
1300 error = xlog_write_log_records(log, head_cycle, 0, distance,

Completed in 125 milliseconds