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

/linux-master/fs/xfs/
H A Dxfs_log.c543 } while ((iclog = iclog->ic_next) != log->l_iclog);
870 iclog = iclog->ic_next;
993 } while ((iclog = iclog->ic_next) != log->l_iclog);
1643 iclogp = &iclog->ic_next;
1664 prev_iclog = iclog->ic_next;
2121 next_iclog = iclog->ic_next;
2606 } while ((iclog = iclog->ic_next) != log->l_iclog);
2678 } while ((iclog = iclog->ic_next) != log->l_iclog);
2790 iclog = iclog->ic_next;
2803 iclog = iclog->ic_next;
[all...]
H A Dxfs_log_priv.h166 * - ic_next is the pointer to the next iclog in the ring.
189 struct xlog_in_core *ic_next; member in struct:xlog_in_core

Completed in 87 milliseconds