Home
last modified time | relevance | path

Searched refs:md_consttype (Results 1 – 6 of 6) sorted by relevance

/titanic_44/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_cod.c105 mdp->md_consttype = CFS_FS_CONST_CODCONST; in c_cod_init_cached_object()
335 mdp->md_consttype = CFS_FS_CONST_CODCONST; in c_cod_convert_cached_object()
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_cnode.c838 else if (cp->c_metadata.md_consttype != fscp->fs_consttype) { in cachefs_cnode_init()
1794 cp->c_metadata.md_consttype = md.md_consttype; in cnode_enable_caching()
H A Dcachefs_filegrp.c80 (outmdp)->md_consttype = (inmdp)->md_consttype; \
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h704 int md_consttype; /* type of consistency */ member
738 int md_consttype; /* type of consistency */ member