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

/linux-master/fs/nilfs2/
H A Dsegment.h103 * @sc_state_lock: spinlock for sc_state and so on
104 * @sc_state: Segctord state flags
156 unsigned long sc_state; member in struct:nilfs_sc_info
194 /* sc_state */
H A Dsegment.c2126 if (!(sci->sc_state & NILFS_SEGCTOR_COMMIT)) {
2129 sci->sc_state |= NILFS_SEGCTOR_COMMIT;
2347 sci->sc_state &= ~NILFS_SEGCTOR_COMMIT;
2358 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
2562 if (sci->sc_state & NILFS_SEGCTOR_QUIT)
2594 else if (sci->sc_state & NILFS_SEGCTOR_COMMIT)
2604 timeout = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
2640 sci->sc_state |= NILFS_SEGCTOR_QUIT;
2728 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request

Completed in 297 milliseconds