Searched refs:ic_next (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_priv.h355 * - ic_next is the pointer to the next iclog in the ring.
368 struct xlog_in_core *ic_next; member in struct:xlog_iclog_fields
401 #define ic_next hic_fields.ic_next macro
H A Dxfs_log.c612 iclog = iclog->ic_next;
1231 iclogp = &iclog->ic_next;
1525 next_iclog = iclog->ic_next;
1991 iclog = iclog->ic_next;
2047 lsn_log = lsn_log->ic_next;
2097 iclog = iclog->ic_next;
2148 iclog = iclog->ic_next;
2212 iclog = iclog->ic_next;
2247 iclog = iclog->ic_next;
2884 log->l_iclog = iclog->ic_next;
[all...]

Completed in 101 milliseconds