_create_daemon_lock
(void) _create_daemon_lock(LOCKD, DAEMON_UID, DAEMON_GID);
(void) _create_daemon_lock(NFS4CBD, DAEMON_UID, DAEMON_GID);
(void) _create_daemon_lock(NFSD, DAEMON_UID, DAEMON_GID);
(void) _create_daemon_lock(NFSMAPID, DAEMON_UID, DAEMON_GID);
(void) _create_daemon_lock(STATD, daemon_uid, daemon_gid);
(void) _create_daemon_lock(REPARSED, DAEMON_UID, DAEMON_GID);
extern int _create_daemon_lock(const char *, uid_t, gid_t);