Home
last modified time | relevance | path

Searched refs:LDL_ERROR (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_thread.c236 if (ul->un_flags & LDL_ERROR) { in log_roll_read()
414 if (ul->un_flags & LDL_ERROR) in log_roll_write()
484 if ((ul->un_flags & LDL_ERROR) || (logmap->mtm_flags & MTM_ROLL_EXIT)) { in trans_roll()
H A Dlufs_log.c255 if (ul->un_flags & LDL_ERROR) { in writelog()
276 if (ul->un_flags & LDL_ERROR) { in readlog()
1011 if (ul->un_flags & LDL_ERROR) { in ldl_write()
1047 if (ul->un_flags & LDL_ERROR) { in ldl_write()
1300 if (ul->un_flags & LDL_ERROR) in ldl_sethead()
1578 if (ul->un_flags & LDL_ERROR) in ldl_seterror()
1581 ul->un_flags |= LDL_ERROR; /* incore */ in ldl_seterror()
H A Dlufs.c417 if (ul->un_flags & LDL_ERROR) { in lufs_snarf()
431 ul->un_flags &= ~LDL_ERROR; in lufs_snarf()
1297 if (ul->un_flags & LDL_ERROR) { in lufs_read_strategy()
1343 if (ul->un_flags & LDL_ERROR) { in lufs_read_strategy()
1383 if (ul->un_flags & LDL_ERROR) { in lufs_write_strategy()
1390 if (ul->un_flags & LDL_ERROR) { in lufs_write_strategy()
H A Dlufs_map.c428 if ((ul->un_flags & LDL_ERROR) || in deltamap_push()
1070 if (ul->un_flags & LDL_ERROR) in logmap_wait_space()
1167 if (ul->un_flags & LDL_ERROR) { in logmap_add()
1370 if (ul->un_flags & LDL_ERROR) { in logmap_add_buf()
1515 if (ul->un_flags & LDL_ERROR) in logmap_commit()
1599 if (ul->un_flags & (LDL_ERROR|LDL_NOROLL)) in logmap_roll_dev()
1678 if (ul->un_flags & LDL_ERROR) { in logmap_cancel_delta()
H A Dlufs_top.c118 if (ul->un_flags & LDL_ERROR) in top_iscancel()
578 if (ul->un_flags & LDL_ERROR) in top_end_sync()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h263 #define LDL_ERROR 0x0002 /* in error state */ macro
H A Dufs_trans.h269 ufsvfsp->vfs_log->un_flags & LDL_ERROR : 0)