Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs.h267 int tmpfs_dir_getdents(tmpfs_node_t *, struct uio *, off_t *);
H A Dtmpfs_subr.c808 tmpfs_dir_getdents(tmpfs_node_t *node, struct uio *uio, off_t *cntp) in tmpfs_dir_getdents() function
H A Dtmpfs_vnops.c999 error = tmpfs_dir_getdents(node, uio, &cnt); in tmpfs_readdir()