Home
last modified time | relevance | path

Searched refs:DIRBLKSIZ (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h128 #if defined(KERNEL) && !defined(DIRBLKSIZ)
129 #define DIRBLKSIZ 512 /* XXX we used to use ufs's DIRBLKSIZ */ macro
H A Dnfs_serv.c4236 siz = ((count + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1)); in nfsrv_readdir()
4483 dircount = ((dircount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1)); in nfsrv_readdirplus()
4488 maxcount = ((maxcount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1)); in nfsrv_readdirplus()