Home
last modified time | relevance | path

Searched refs:CFS_FS_CONST_STRICT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_strict.c111 mdp->md_consttype = CFS_FS_CONST_STRICT; in c_strict_init_cached_object()
378 mdp->md_consttype = CFS_FS_CONST_STRICT; in c_strict_convert_cached_object()
H A Dcachefs_fscache.c498 fscp->fs_consttype = CFS_FS_CONST_STRICT; in fscache_mounted()
H A Dcachefs_vnops.c456 if (fscp->fs_consttype == CFS_FS_CONST_STRICT) in cachefs_open()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h161 #define CFS_FS_CONST_STRICT 11 /* strict consistency */ macro