Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c1199 ((fscp->fs_cddaemonid != pid) && in cachefs_cd_access()
1207 if (fscp->fs_cddaemonid == 0) { in cachefs_cd_access()
1259 if (fscp->fs_cddaemonid == 0) { in cachefs_cd_access_miss()
1267 if ((fscp->fs_cddaemonid != pid) && in cachefs_cd_access_miss()
H A Dcachefs_ioctl.c678 else if (fscp->fs_cddaemonid) in cachefs_io_daemonid()
683 fscp->fs_cddaemonid = ttoproc(curthread)->p_pid; in cachefs_io_daemonid()
694 cachep->c_rootdaemonid = fscp->fs_cddaemonid; in cachefs_io_daemonid()
H A Dcachefs_vnops.c524 if ((fscp->fs_cddaemonid == ttoproc(curthread)->p_pid) && in cachefs_close()
529 fscp->fs_cddaemonid = 0; in cachefs_close()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h130 pid_t fs_cddaemonid; /* pid of cachefsd */ member