Lines Matching refs:sc_flush_request
320 if (sb_rdonly(sb) || unlikely(!sci) || !sci->sc_flush_request) in nilfs_relax_pressure_in_lock()
327 if (sci->sc_flush_request && in nilfs_relax_pressure_in_lock()
2207 if (!(sci->sc_flush_request & BIT(bn))) { in nilfs_segctor_do_flush()
2208 unsigned long prev_req = sci->sc_flush_request; in nilfs_segctor_do_flush()
2210 sci->sc_flush_request |= BIT(bn); in nilfs_segctor_do_flush()
2448 sci->sc_flush_request = 0; in nilfs_segctor_notify()
2451 sci->sc_flush_request &= ~FLUSH_FILE_BIT; in nilfs_segctor_notify()
2453 sci->sc_flush_request &= ~FLUSH_DAT_BIT; in nilfs_segctor_notify()
2605 mode = (sci->sc_flush_request & FLUSH_DAT_BIT) ? in nilfs_segctor_do_immediate_flush()
2613 sci->sc_flush_request &= (mode == SC_FLUSH_FILE) ? in nilfs_segctor_do_immediate_flush()
2624 if (!(sci->sc_flush_request & ~FLUSH_FILE_BIT)) in nilfs_segctor_flush_mode()
2626 else if (!(sci->sc_flush_request & ~FLUSH_DAT_BIT)) in nilfs_segctor_flush_mode()
2649 else if (sci->sc_flush_request) in nilfs_log_write_required()
2792 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request in nilfs_segctor_destroy()