Searched refs:l_iclog (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.c606 first_iclog = iclog = log->l_iclog;
641 iclog = log->l_iclog;
679 iclog = log->l_iclog;
1183 iclogp = &log->l_iclog;
1233 *iclogp = log->l_iclog; /* complete ring */
1234 log->l_iclog->ic_prev = prev_iclog; /* re-write 1st prev ptr */
1515 iclog = log->l_iclog;
1958 iclog = log->l_iclog;
1992 } while (iclog != log->l_iclog);
2037 lsn_log = log->l_iclog;
[all...]
H A Dxfs_log_priv.h434 xlog_in_core_t *l_iclog; /* head log queue */ member in struct:log

Completed in 58 milliseconds