Home
last modified time | relevance | path

Searched refs:XLOG_STATE_DIRTY (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.c651 iclog->ic_state == XLOG_STATE_DIRTY)) { in xfs_log_unmount_write()
688 || iclog->ic_state == XLOG_STATE_DIRTY in xfs_log_unmount_write()
1972 if (iclog->ic_state == XLOG_STATE_DIRTY) { in xlog_state_clean_log()
2052 if (!(lsn_log->ic_state & (XLOG_STATE_ACTIVE|XLOG_STATE_DIRTY))) { in xlog_get_lowest_lsn()
2108 (XLOG_STATE_ACTIVE|XLOG_STATE_DIRTY)) { in xlog_state_do_callback()
2213 iclog->ic_state = XLOG_STATE_DIRTY; in xlog_state_do_callback()
2941 iclog->ic_state == XLOG_STATE_DIRTY) { in xlog_state_sync_all()
2949 if (iclog->ic_state == XLOG_STATE_DIRTY || in xlog_state_sync_all()
2953 iclog->ic_state == XLOG_STATE_DIRTY) in xlog_state_sync_all()
2975 iclog->ic_state != XLOG_STATE_DIRTY) in xlog_state_sync_all()
[all …]
Dxfs_log_priv.h129 #define XLOG_STATE_DIRTY 0x0040 /* Dirty IC log, not ready for ACTIVE status*/ macro