Searched refs:l_curr_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_priv.h73 ASSIGN_ANY_LSN_DISK(lsn,(log)->l_curr_cycle,(log)->l_curr_block);
446 int l_curr_cycle; /* Cycle number of log writes */ member in struct:log
H A Dxfs_log.c150 (void *)((unsigned long)log->l_curr_cycle),
1150 log->l_curr_cycle = 1; /* 0 is bad since this is initial value */
2385 INT_SET(head->h_cycle, ARCH_CONVERT, log->l_curr_cycle);
2864 log->l_prev_cycle = log->l_curr_cycle;
2877 log->l_curr_cycle++;
2878 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM)
2879 log->l_curr_cycle++;
H A Dxfs_log_recover.c872 log->l_curr_cycle = INT_GET(rhead->h_cycle, ARCH_CONVERT);
874 log->l_curr_cycle++;
877 log->l_grant_reserve_cycle = log->l_curr_cycle;
879 log->l_grant_write_cycle = log->l_curr_cycle;
925 ASSIGN_ANY_LSN_HOST(log->l_tail_lsn, log->l_curr_cycle,
927 ASSIGN_ANY_LSN_HOST(log->l_last_sync_lsn, log->l_curr_cycle,
1206 head_cycle = log->l_curr_cycle;

Completed in 54 milliseconds