Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c131 rp->cfs_cmd = CFS_NOOP; in cachefs_cache_create()
2539 switch (rp->cfs_cmd) { in cachefs_do_req()
2564 rp->cfs_cmd = CFS_INVALID; in cachefs_do_req()
H A Dcachefs_vfsops.c1136 rp->cfs_cmd = CFS_CACHE_SYNC; in queue_sync()
H A Dcachefs_vnops.c3446 rp->cfs_cmd = CFS_IDLE; in cachefs_inactive()
3653 rp->cfs_cmd = CFS_POPULATE; in cachefs_lookup_common()
7087 rp->cfs_cmd = CFS_POPULATE; in cachefs_readdir_connected()
8006 rp->cfs_cmd = CFS_PUTPAGE; in cachefs_putpage_common()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1024 enum cachefs_cmd cfs_cmd; /* Command to execute */ member