HomeSort by: relevance | last modified time | path
    Searched defs:tmpfs_dir_getdotents (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_subr.c 761 * tmpfs_dir_getdotents: helper function for tmpfs_readdir() to get the
765 tmpfs_dir_getdotents(tmpfs_node_t *node, struct dirent *dp, struct uio *uio) function in typeref:typename:int
819 * Note: tmpfs_dir_getdotents() will "seek" for us.
824 if ((error = tmpfs_dir_getdotents(node, &dent, uio)) != 0) {
830 if ((error = tmpfs_dir_getdotents(node, &dent, uio)) != 0) {

Completed in 13 milliseconds