HomeSort by: relevance | last modified time | path
    Searched refs:tmpfs_dir_getdents (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs.h 267 int tmpfs_dir_getdents(tmpfs_node_t *, struct uio *, off_t *);
tmpfs_subr.c 802 * tmpfs_dir_getdents: helper function for tmpfs_readdir.
808 tmpfs_dir_getdents(tmpfs_node_t *node, struct uio *uio, off_t *cntp) function in typeref:typename:int
tmpfs_vnops.c 999 error = tmpfs_dir_getdents(node, uio, &cnt);

Completed in 14 milliseconds