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

/linux-4.1.27/fs/xfs/
H A Dxfs_log.c577 (iclog->ic_state == XLOG_STATE_WANT_SYNC)); xfs_log_notify()
2783 if (iclog->ic_state == XLOG_STATE_WANT_SYNC || xlog_state_do_callback()
2909 * if iclogs marked XLOG_STATE_WANT_SYNC always write out what they are xlog_state_get_iclog_space()
2925 * claim the rest of the region and make sure the XLOG_STATE_WANT_SYNC xlog_state_get_iclog_space()
3090 iclog->ic_state == XLOG_STATE_WANT_SYNC); xlog_state_release_iclog()
3092 if (iclog->ic_state == XLOG_STATE_WANT_SYNC) { xlog_state_release_iclog()
3132 iclog->ic_state = XLOG_STATE_WANT_SYNC; xlog_state_switch_iclogs()
3391 (XLOG_STATE_WANT_SYNC | XLOG_STATE_SYNCING))) { _xfs_log_force_lsn()
3481 (XLOG_STATE_WANT_SYNC|XLOG_STATE_IOERROR)); xlog_state_want_sync()
H A Dxfs_log_priv.h57 #define XLOG_STATE_WANT_SYNC 0x0002 /* Want to sync this iclog; no more writes */ macro

Completed in 69 milliseconds