Searched refs:fs_cddaemonid (Results 1 – 4 of 4) sorted by relevance
1199 ((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()
678 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()
524 if ((fscp->fs_cddaemonid == ttoproc(curthread)->p_pid) && in cachefs_close()529 fscp->fs_cddaemonid = 0; in cachefs_close()
130 pid_t fs_cddaemonid; /* pid of cachefsd */ member