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

/fs/xfs/
H A Dxfs_log.c785 xlog_in_core_t *first_iclog; local
802 first_iclog = iclog = log->l_iclog;
809 } while (iclog != first_iclog);
2576 xlog_in_core_t *first_iclog; /* used to know when we've local
2589 first_iclog = iclog = log->l_iclog;
2603 first_iclog = log->l_iclog;
2740 } while (first_iclog != iclog);
2757 first_iclog = iclog = log->l_iclog;
2775 } while (first_iclog != iclog);

Completed in 35 milliseconds