Searched defs:iseofdir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c406 int iseofdir; local
640 iseofdir = FALSE;
656 error = VOP_READDIR(dvp, &uio, cs->cr, &iseofdir, NULL, 0);
677 IXDR_PUT_U_INT32(ptr, iseofdir ? true : false);
1507 if (!no_space && nents == 0 && !iseofdir)
1520 eof = (iseofdir ? TRUE : FALSE);

Completed in 47 milliseconds