Searched refs:tmpfs_alloc_dirent (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/fs/tmpfs/ |
| HD | tmpfs.h | 443 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
|
| HD | tmpfs_subr.c | 857 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()
|
| HD | tmpfs_vnops.c | 813 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), node, in tmpfs_link()
|