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.c2120 if (!(sci->sc_state & NILFS_SEGCTOR_COMMIT)) {
2125 sci->sc_state |= NILFS_SEGCTOR_COMMIT;
2371 sci->sc_state &= ~NILFS_SEGCTOR_COMMIT;
2382 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && sci->sc_task &&
2587 if (sci->sc_state & NILFS_SEGCTOR_QUIT)
2619 else if (sci->sc_state & NILFS_SEGCTOR_COMMIT)
2629 timeout = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
2666 sci->sc_state |= NILFS_SEGCTOR_QUIT;
2753 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request

Completed in 207 milliseconds