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

/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dipsd.c229 void detecthits(fd, writecount)
230 int fd, writecount;
237 if (hits > writecount) {
/freebsd-10-stable/sys/i386/ibcs2/
H A Dimgact_coff.c171 int i, writecount; local
184 error = VOP_GET_WRITECOUNT(vp, &writecount);
187 if (writecount != 0) {
/freebsd-10-stable/sys/kern/
H A Dkern_exec.c1449 int error, writecount; local
1494 error = VOP_GET_WRITECOUNT(vp, &writecount);
1497 if (writecount != 0)
H A Dvfs_subr.c3023 printf(" usecount %d, writecount %d, refcount %d",
3536 XV_COPY(writecount);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_misc.c265 int error, locked, writecount; local
295 error = VOP_GET_WRITECOUNT(vp, &writecount);
298 if (writecount != 0) {

Completed in 84 milliseconds