Searched refs:masterpidfh (Results 1 – 1 of 1) sorted by relevance
84 static struct pidfh *masterpidfh = NULL; /* pidfh of master/parent */ variable427 masterpidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()428 if (masterpidfh == NULL) { in main()454 if (masterpidfh != NULL && pidfile_write(masterpidfh) != 0) in main()513 pidfile_close(masterpidfh); in main()1032 if (masterpidfh != NULL) in nfsd_exit()1033 pidfile_remove(masterpidfh); in nfsd_exit()