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

  /src/sys/fs/tmpfs/
tmpfs_subr.c 392 error = tmpfs_alloc_dirent(tmp, cnp->cn_nameptr, cnp->cn_namelen, &de);
449 * tmpfs_alloc_dirent: allocates a new directory entry for the inode.
453 tmpfs_alloc_dirent(tmpfs_mount_t *tmp, const char *name, uint16_t len, function in typeref:typename:int

Completed in 49 milliseconds