Lines Matching refs:sc_flush_request
330 if (!sci || !sci->sc_flush_request) in nilfs_relax_pressure_in_lock()
337 if (sci->sc_flush_request && in nilfs_relax_pressure_in_lock()
2124 if (!(sci->sc_flush_request & (1 << bn))) { in nilfs_segctor_do_flush()
2125 unsigned long prev_req = sci->sc_flush_request; in nilfs_segctor_do_flush()
2127 sci->sc_flush_request |= (1 << bn); in nilfs_segctor_do_flush()
2340 sci->sc_flush_request = 0; in nilfs_segctor_notify()
2343 sci->sc_flush_request &= ~FLUSH_FILE_BIT; in nilfs_segctor_notify()
2345 sci->sc_flush_request &= ~FLUSH_DAT_BIT; in nilfs_segctor_notify()
2497 mode = (sci->sc_flush_request & FLUSH_DAT_BIT) ? in nilfs_segctor_do_immediate_flush()
2505 sci->sc_flush_request &= (mode == SC_FLUSH_FILE) ? in nilfs_segctor_do_immediate_flush()
2516 if (!(sci->sc_flush_request & ~FLUSH_FILE_BIT)) in nilfs_segctor_flush_mode()
2518 else if (!(sci->sc_flush_request & ~FLUSH_DAT_BIT)) in nilfs_segctor_flush_mode()
2558 else if (!sci->sc_flush_request) in nilfs_segctor_thread()
2583 else if (sci->sc_flush_request) in nilfs_segctor_thread()
2718 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request in nilfs_segctor_destroy()