Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs.h420 int tmpfs_dir_getdents(struct tmpfs_node *, struct uio *, off_t *);
H A Dtmpfs_subr.c864 tmpfs_dir_getdents(struct tmpfs_node *node, struct uio *uio, off_t *cntp) in tmpfs_dir_getdents() function
H A Dtmpfs_vnops.c1684 error = tmpfs_dir_getdents(node, uio, &cnt); in tmpfs_readdir()