Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
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()
495 fscp->fs_consttype = CFS_FS_CONST_CODCONST; in fscache_mounted()
498 fscp->fs_consttype = CFS_FS_CONST_STRICT; in fscache_mounted()
H A Dcachefs_cnode.c838 else if (cp->c_metadata.md_consttype != fscp->fs_consttype) { in cachefs_cnode_init()
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.h101 int fs_consttype; /* type of consistency check */ member