Home
last modified time | relevance | path

Searched refs:rddir_cache_buf_alloc (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/uts/common/nfs/
H A Drnode.h392 extern char *rddir_cache_buf_alloc(size_t, int);
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c4086 rdc->entries = rddir_cache_buf_alloc(rdc->buflen, KM_SLEEP); in nfs3readdir()
4196 rdc->entries = rddir_cache_buf_alloc(rdc->buflen, KM_SLEEP); in nfs3readdirplus()
H A Dnfs_subr.c3861 rddir_cache_buf_alloc(size_t size, int flags) in rddir_cache_buf_alloc() function
H A Dnfs_vnops.c3320 rdc->entries = rddir_cache_buf_alloc(rdc->buflen, in nfsreaddir()