sc_state         2115 fs/nilfs2/segment.c 	if (!(sci->sc_state & NILFS_SEGCTOR_COMMIT)) {
sc_state         2118 fs/nilfs2/segment.c 		sci->sc_state |= NILFS_SEGCTOR_COMMIT;
sc_state         2338 fs/nilfs2/segment.c 		sci->sc_state &= ~NILFS_SEGCTOR_COMMIT;
sc_state         2349 fs/nilfs2/segment.c 		if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
sc_state         2552 fs/nilfs2/segment.c 		if (sci->sc_state & NILFS_SEGCTOR_QUIT)
sc_state         2584 fs/nilfs2/segment.c 		else if (sci->sc_state & NILFS_SEGCTOR_COMMIT)
sc_state         2594 fs/nilfs2/segment.c 		timeout = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
sc_state         2631 fs/nilfs2/segment.c 	sci->sc_state |= NILFS_SEGCTOR_QUIT;
sc_state         2719 fs/nilfs2/segment.c 	flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request
sc_state          156 fs/nilfs2/segment.h 	unsigned long		sc_state;