Searched refs:NILFS_SEGCTOR_COMMIT (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.h198 #define NILFS_SEGCTOR_COMMIT 0x0004 /* committed transaction exists */ macro
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) &&
2629 else if (sci->sc_state & NILFS_SEGCTOR_COMMIT)
2639 timeout = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) &&
2754 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request

Completed in 42 milliseconds