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

/linux-4.4.14/fs/nilfs2/
H A Dsegment.h119 * @sc_flush_request: inode bitmap of metadata files to be flushed
171 unsigned long sc_flush_request; member in struct:nilfs_sc_info
H A Dsegment.c330 if (!sci || !sci->sc_flush_request) nilfs_relax_pressure_in_lock()
337 if (sci->sc_flush_request && nilfs_relax_pressure_in_lock()
2124 if (!(sci->sc_flush_request & (1 << bn))) { nilfs_segctor_do_flush()
2125 unsigned long prev_req = sci->sc_flush_request; nilfs_segctor_do_flush()
2127 sci->sc_flush_request |= (1 << bn); nilfs_segctor_do_flush()
2340 sci->sc_flush_request = 0; nilfs_segctor_notify()
2343 sci->sc_flush_request &= ~FLUSH_FILE_BIT; nilfs_segctor_notify()
2345 sci->sc_flush_request &= ~FLUSH_DAT_BIT; nilfs_segctor_notify()
2497 mode = (sci->sc_flush_request & FLUSH_DAT_BIT) ? nilfs_segctor_do_immediate_flush()
2505 sci->sc_flush_request &= (mode == SC_FLUSH_FILE) ? nilfs_segctor_do_immediate_flush()
2516 if (!(sci->sc_flush_request & ~FLUSH_FILE_BIT)) nilfs_segctor_flush_mode()
2518 else if (!(sci->sc_flush_request & ~FLUSH_DAT_BIT)) nilfs_segctor_flush_mode()
2558 else if (!sci->sc_flush_request) nilfs_segctor_thread()
2583 else if (sci->sc_flush_request) nilfs_segctor_thread()
2718 flag = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) || sci->sc_flush_request nilfs_segctor_destroy()

Completed in 98 milliseconds