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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c148 (void *)((unsigned long)log->l_grant_write_cycle),
217 log->l_grant_write_cycle--;
234 log->l_grant_write_cycle++;
770 cycle = log->l_grant_write_cycle;
1152 log->l_grant_write_cycle = 1;
2527 if (CYCLE_LSN(tail_lsn) != log->l_grant_write_cycle) {
2528 ASSERT(log->l_grant_write_cycle-1 == CYCLE_LSN(tail_lsn));
2594 free_bytes = xlog_space_left(log, log->l_grant_write_cycle,
2636 free_bytes = xlog_space_left(log, log->l_grant_write_cycle,
2662 if (CYCLE_LSN(tail_lsn) != log->l_grant_write_cycle) {
[all...]
H A Dxfs_log_priv.h464 int l_grant_write_cycle; member in struct:log
H A Dxfs_log_recover.c879 log->l_grant_write_cycle = log->l_curr_cycle;

Completed in 103 milliseconds