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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.h111 * @sc_state_lock: spinlock for sc_state and so on
112 * @sc_state: Segctord state flags
163 unsigned long sc_state; member in struct:nilfs_sc_info
196 /* sc_state */
H A Dsegment.c2159 if (!(sci->sc_state & NILFS_SEGCTOR_COMMIT)) {
2162 sci->sc_state |= NILFS_SEGCTOR_COMMIT;
2381 sci->sc_state &= ~NILFS_SEGCTOR_COMMIT;
2392 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
2597 if (sci->sc_state & NILFS_SEGCTOR_QUIT)
2629 else if (sci->sc_state & NILFS_SEGCTOR_COMMIT)
2639 timeout = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
2674 sci->sc_state |= NILFS_SEGCTOR_QUIT;
2754 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request

Completed in 58 milliseconds