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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c5351 int i, status, attrflag, fhflag, more_entries = 1, eof, bp_dropped = 0; local
5487 bp_dropped = 1;
5596 if (bp_dropped) {
5608 if (bp_dropped && bp)
5614 return (bp_dropped ? NFSERR_DIRBUFDROPPED : error);
H A Dnfs4_vnops.c720 int i, status, more_entries = 1, eof, bp_dropped = 0; local
936 bp_dropped = 1;
1048 if (bp_dropped) {
1060 if (bp_dropped && bp)
1066 return (bp_dropped ? NFSERR_DIRBUFDROPPED : error);

Completed in 41 milliseconds