Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h395 extern char *rddir_cache_buf_alloc(size_t, int);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c4100 rdc->entries = rddir_cache_buf_alloc(rdc->buflen, KM_SLEEP); in nfs3readdir()
4210 rdc->entries = rddir_cache_buf_alloc(rdc->buflen, KM_SLEEP); in nfs3readdirplus()
H A Dnfs_vnops.c3334 rdc->entries = rddir_cache_buf_alloc(rdc->buflen, in nfsreaddir()
H A Dnfs_subr.c3923 rddir_cache_buf_alloc(size_t size, int flags) in rddir_cache_buf_alloc() function