Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c1200 (cachep->c_rootdaemonid != pid))) { in cachefs_cd_access()
1268 (cachep->c_rootdaemonid != pid)) { in cachefs_cd_access_miss()
H A Dcachefs_ioctl.c693 ASSERT(cachep->c_rootdaemonid == 0); in cachefs_io_daemonid()
694 cachep->c_rootdaemonid = fscp->fs_cddaemonid; in cachefs_io_daemonid()
H A Dcachefs_vnops.c539 ASSERT(cachep->c_rootdaemonid != 0); in cachefs_close()
540 cachep->c_rootdaemonid = 0; in cachefs_close()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h559 pid_t c_rootdaemonid; /* pid of root cachefsd */ member