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

/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c100 static int stablefd = -1; /* Fd for the stable restart file */ variable
460 open_stable(&stablefd, &backupfd);
461 if (stablefd < 0) {
467 if (nfssvc(NFSSVC_STABLERESTART, (caddr_t)&stablefd) < 0) {
1157 if (stablefd >= 0)
1158 copy_stable(stablefd, backupfd);
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3616 int stablefd, len; local
3644 error = copyin(uap->argp, (caddr_t)&stablefd,
3647 error = fp_getfvp(p, stablefd, &fp, &vp);

Completed in 72 milliseconds