Searched refs:tmpfs_alloc_dirent (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/tmpfs/ |
H A D | tmpfs.h | 256 int tmpfs_alloc_dirent(tmpfs_mount_t *, const char *, uint16_t,
|
H A D | tmpfs_subr.c | 392 error = tmpfs_alloc_dirent(tmp, cnp->cn_nameptr, cnp->cn_namelen, &de); in tmpfs_construct_node() 453 tmpfs_alloc_dirent(tmpfs_mount_t *tmp, const char *name, uint16_t len, in tmpfs_alloc_dirent() function
|
H A D | tmpfs_vnops.c | 812 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), in tmpfs_link() 1336 error = tmpfs_alloc_dirent(tmp, cnp->cn_nameptr, in tmpfs_whiteout()
|