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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h122 #define XLOG_STATE_WANT_SYNC 0x0002 /* Want to sync this iclog; no more writes */ macro
H A Dxfs_log.c386 (iclog->ic_state == XLOG_STATE_WANT_SYNC));
2242 if (iclog->ic_state == XLOG_STATE_WANT_SYNC ||
2376 * if iclogs marked XLOG_STATE_WANT_SYNC always write out what they are
2391 * claim the rest of the region and make sure the XLOG_STATE_WANT_SYNC
2818 iclog->ic_state == XLOG_STATE_WANT_SYNC);
2821 iclog->ic_state == XLOG_STATE_WANT_SYNC) {
2861 iclog->ic_state = XLOG_STATE_WANT_SYNC;
3082 (iclog->ic_prev->ic_state & (XLOG_STATE_WANT_SYNC |
3150 (XLOG_STATE_WANT_SYNC|XLOG_STATE_IOERROR));

Completed in 50 milliseconds