Home
last modified time | relevance | path

Searched refs:NFS_DIRBLKSIZ (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/nfs/
H A Dnfs_vfsops.c237 nmp->nm_readdirsize = (pref + NFS_DIRBLKSIZ - 1) & in nfs_fsinfo()
238 ~(NFS_DIRBLKSIZ - 1); in nfs_fsinfo()
240 nmp->nm_readdirsize = max & ~(NFS_DIRBLKSIZ - 1); in nfs_fsinfo()
474 nmp->nm_readdirsize &= ~(NFS_DIRBLKSIZ - 1); in nfs_decode_args()
475 if (nmp->nm_readdirsize < NFS_DIRBLKSIZ) in nfs_decode_args()
476 nmp->nm_readdirsize = NFS_DIRBLKSIZ; in nfs_decode_args()
H A Dnfs.h63 #define NFS_DIRBLKSIZ 1024 /* Must be a multiple of DIRBLKSIZ */ macro
H A Dnfs_vnops.c2232 data = malloc(NFS_DIRBLKSIZ, M_TEMP, M_WAITOK|M_ZERO); in nfs_readdir()
2236 readdir_iovec.iov_len = NFS_DIRBLKSIZ; in nfs_readdir()
2243 readdir_uio.uio_resid = NFS_DIRBLKSIZ; in nfs_readdir()
2286 free(data, M_TEMP, NFS_DIRBLKSIZ); in nfs_readdir()
2331 (uiop->uio_resid & (NFS_DIRBLKSIZ - 1))) in nfs_readdirrpc()
2543 (uiop->uio_resid & (NFS_DIRBLKSIZ - 1))) in nfs_readdirplusrpc()