Searched refs:stable_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/nfsd/
H A Dnfsd.c991 int stable_fd, backup_fd = -1, ret; local
995 stable_fd = open(NFSD_STABLERESTART, O_RDWR, 0);
996 if (stable_fd < 0)
997 stable_fd = open(NFSD_STABLERESTART, O_RDWR | O_CREAT, 0600);
998 if (stable_fd >= 0) {
999 ret = fstat(stable_fd, &st);
1001 close(stable_fd);
1002 stable_fd = -1;
1007 if (stable_fd >= 0) {
1020 close(stable_fd);
[all...]

Completed in 79 milliseconds