Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h41 CFS_CD_DISCONNECTED, /* disconnected from back fs */ enumerator
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c723 case CFS_CD_DISCONNECTED: in cachefs_io_stateget()
814 if (fscp->fs_cdconnected == CFS_CD_DISCONNECTED) in cachefs_io_stateset()
822 fscp->fs_cdconnected = CFS_CD_DISCONNECTED; in cachefs_io_stateset()
H A Dcachefs_fscache.c472 fscp->fs_cdconnected = CFS_CD_DISCONNECTED; in fscache_mounted()
H A Dcachefs_vnops.c531 fscp->fs_cdconnected = CFS_CD_DISCONNECTED; in cachefs_close()
1715 ASSERT(fscp->fs_cdconnected == CFS_CD_DISCONNECTED); in cachefs_push_front()