Home
last modified time | relevance | path

Searched refs:FIOLOG_ENONE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c278 if ((ret != -1) && (flp->error == FIOLOG_ENONE)) in reportlogerror()
282 if (ret == -1 || flp->error != FIOLOG_ENONE) in reportlogerror()
292 case FIOLOG_ENONE : in reportlogerror()
370 fl.error = FIOLOG_ENONE; in enable_logging()
395 fl.error = FIOLOG_ENONE; in disable_logging()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_filio.h83 #define FIOLOG_ENONE 0 macro
/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c498 fl.error = FIOLOG_ENONE; in rl_log_control()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs.c857 flp->error = FIOLOG_ENONE; in lufs_disable()
1016 flp->error = FIOLOG_ENONE; in lufs_enable()
1184 if (error || (flp->error != FIOLOG_ENONE)) in lufs_enable()
/titanic_41/usr/src/uts/common/cpr/
H A Dcpr_main.c253 fl.error = FIOLOG_ENONE; in cpr_log_status()