Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/nfsd/
H A Dnfsd.c98 static int stablefd = -1; /* Fd for the stable restart file */ variable
458 open_stable(&stablefd, &backupfd); in main()
459 if (stablefd < 0) { in main()
465 if (nfssvc(NFSSVC_STABLERESTART, (caddr_t)&stablefd) < 0) { in main()
1193 if (stablefd >= 0) in backup_stable()
1194 copy_stable(stablefd, backupfd); in backup_stable()
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3978 int stablefd, i, len; in nfssvc_srvcall() local
4066 error = copyin(uap->argp, (caddr_t)&stablefd, in nfssvc_srvcall()
4069 error = fp_getfvp(p, stablefd, &fp, &vp); in nfssvc_srvcall()