xc_push_seq       670 fs/xfs/xfs_log_cil.c 	push_seq = cil->xc_push_seq;
xc_push_seq       679 fs/xfs/xfs_log_cil.c 		cil->xc_push_seq = 0;
xc_push_seq       921 fs/xfs/xfs_log_cil.c 	if (cil->xc_push_seq < cil->xc_current_sequence) {
xc_push_seq       922 fs/xfs/xfs_log_cil.c 		cil->xc_push_seq = cil->xc_current_sequence;
xc_push_seq       955 fs/xfs/xfs_log_cil.c 	if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) {
xc_push_seq       960 fs/xfs/xfs_log_cil.c 	cil->xc_push_seq = push_seq;
xc_push_seq       278 fs/xfs/xfs_log_priv.h 	xfs_lsn_t		xc_push_seq;