Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c2753 struct xlog_in_core *first_iclog; in xlog_state_do_callback() local
2769 first_iclog = log->l_iclog; in xlog_state_do_callback()
2797 } while (first_iclog != iclog); in xlog_state_do_callback()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c2778 struct xlog_in_core *first_iclog = log->l_iclog; variable
2779 struct xlog_in_core *iclog = first_iclog;
2802 } while (iclog != first_iclog);

Completed in 10 milliseconds