Home
last modified time | relevance | path

Searched refs:CFS_FS_CONST_NOCONST (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_noopc.c92 mdp->md_consttype = CFS_FS_CONST_NOCONST; in c_nop_init_cached_object()
215 mdp->md_consttype = CFS_FS_CONST_NOCONST; in c_nop_convert_cached_object()
H A Dcachefs_fscache.c112 fscp->fs_consttype = CFS_FS_CONST_NOCONST; in fscache_create()
492 fscp->fs_consttype = CFS_FS_CONST_NOCONST; in fscache_mounted()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h162 #define CFS_FS_CONST_NOCONST 12 /* no consistency */ macro