Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pnfsdsfile/
H A Dpnfsdsfile.c73 int ch, dosetxattr, i, mirrorcnt, mirrorit, quiet, zerods, zerofh; in main() local
78 zerofh = 0; in main()
90 if (zerofh != 0 || zerods != 0 || mirrorit != 0 || in main()
107 if (zerofh != 0 || zerods != 0 || mirrorit != 0 || in main()
120 if (zerofh != 0 || zerods != 0 || mirrorit != 0 || in main()
139 if (zerofh != 0 || zerods != 0 || mirrorit != 0 || in main()
143 zerofh = 1; in main()
171 if (zerofh != 0) { in main()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c95 static fhandle_t zerofh; variable
5113 if (NFSBCMP(&zerofh, &pf->dsf_fh, sizeof(zerofh)) == 0) in nfsrv_dsgetsockmnt()