Lines Matching refs:sc_flush_request
278 if (!sci || !sci->sc_flush_request) in nilfs_relax_pressure_in_lock()
285 if (sci->sc_flush_request && in nilfs_relax_pressure_in_lock()
2062 if (!(sci->sc_flush_request & (1 << bn))) { in nilfs_segctor_do_flush()
2063 unsigned long prev_req = sci->sc_flush_request; in nilfs_segctor_do_flush()
2065 sci->sc_flush_request |= (1 << bn); in nilfs_segctor_do_flush()
2278 sci->sc_flush_request = 0; in nilfs_segctor_notify()
2281 sci->sc_flush_request &= ~FLUSH_FILE_BIT; in nilfs_segctor_notify()
2283 sci->sc_flush_request &= ~FLUSH_DAT_BIT; in nilfs_segctor_notify()
2436 mode = (sci->sc_flush_request & FLUSH_DAT_BIT) ? in nilfs_segctor_do_immediate_flush()
2444 sci->sc_flush_request &= (mode == SC_FLUSH_FILE) ? in nilfs_segctor_do_immediate_flush()
2455 if (!(sci->sc_flush_request & ~FLUSH_FILE_BIT)) in nilfs_segctor_flush_mode()
2457 else if (!(sci->sc_flush_request & ~FLUSH_DAT_BIT)) in nilfs_segctor_flush_mode()
2497 else if (!sci->sc_flush_request) in nilfs_segctor_thread()
2522 else if (sci->sc_flush_request) in nilfs_segctor_thread()
2657 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request in nilfs_segctor_destroy()