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

  /src/sys/fs/tmpfs/
tmpfs.h 256 int tmpfs_alloc_dirent(tmpfs_mount_t *, const char *, uint16_t,
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
tmpfs_vnops.c 812 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount),
1336 error = tmpfs_alloc_dirent(tmp, cnp->cn_nameptr,

Completed in 13 milliseconds