Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs.h129 #if defined(KERNEL) && !defined(DIRBLKSIZ)
130 #define DIRBLKSIZ 512 /* XXX we used to use ufs's DIRBLKSIZ */ macro
H A Dnfs_serv.c4275 siz = ((count + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1)); in nfsrv_readdir()
4527 dircount = ((dircount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1)); in nfsrv_readdirplus()
4532 maxcount = ((maxcount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1)); in nfsrv_readdirplus()