OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncooks
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c
2719
int
ncooks
= 0;
local
2802
ncooks
= uio->uio_resid / (sizeof(struct dirent) - sizeof(((struct dirent *)NULL)->d_name) + 1);
2803
cooks = malloc(
ncooks
* sizeof(u_long), M_TEMP, M_WAITOK);
2806
ncooks
= uio->uio_resid / _DIRENT_MINSIZE(odp);
2807
cooks = malloc(
ncooks
* sizeof(off_t), M_TEMP, M_WAITOK);
2810
*ncookies =
ncooks
;
2971
ncooks
--;
2973
KASSERT(
ncooks
>= 0, ("ncookies=%d",
ncooks
));
2976
KASSERTMSG(
ncooks
>= 0, "ncooks=%d", ncooks)
[
all
...]
Completed in 57 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026