Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c1319 rc = (GRI_TRUNC | GRI_MODIFY); in stats_log_get_record_info()
1328 rc = (GRI_TRUNC | GRI_MODIFY); in stats_log_get_record_info()
1338 rc = (GRI_TRUNC | GRI_MODIFY); in stats_log_get_record_info()
1348 rc = (GRI_ADD | GRI_MODIFY); in stats_log_get_record_info()
1357 rc = (GRI_ADD | GRI_MODIFY); in stats_log_get_record_info()
1366 rc = (GRI_ADD | GRI_MODIFY); in stats_log_get_record_info()
1375 rc = GRI_MODIFY; in stats_log_get_record_info()
1388 rc = (GRI_ADD | GRI_MODIFY); in stats_log_get_record_info()
1823 (rflags & GRI_MODIFY)) { in stats_log_compute_wssize()
H A Dstats.h109 #define GRI_MODIFY 0x04 /* we modified this file */ macro