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

/freebsd-current/usr.sbin/pnfsdsfile/
H A Dpnfsdsfile.c55 { "zerofh", no_argument, NULL, 'z' },
73 int ch, dosetxattr, i, mirrorcnt, mirrorit, quiet, zerods, zerofh; local
78 zerofh = 0;
90 if (zerofh != 0 || zerods != 0 || mirrorit != 0 ||
107 if (zerofh != 0 || zerods != 0 || mirrorit != 0 ||
120 if (zerofh != 0 || zerods != 0 || mirrorit != 0 ||
139 if (zerofh != 0 || zerods != 0 || mirrorit != 0 ||
143 zerofh = 1;
170 /* Do the zerofh option. You must be root. */
171 if (zerofh !
[all...]
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c95 static fhandle_t zerofh; variable
5113 if (NFSBCMP(&zerofh, &pf->dsf_fh, sizeof(zerofh)) == 0)

Completed in 83 milliseconds