Home
last modified time | relevance | path

Searched refs:tmpfs_alloc_dirent (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/fs/tmpfs/
HDtmpfs.h443 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
HDtmpfs_subr.c857 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent() function
1201 error = tmpfs_alloc_dirent(tmp, node, cnp->cn_nameptr, cnp->cn_namelen, in tmpfs_alloc_file()
1467 tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), NULL, NULL, 0, in tmpfs_dir_attach()
1793 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add()
HDtmpfs_vnops.c813 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), node, in tmpfs_link()