Searched refs:tmpfs_alloc_dirent (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs.h | 474 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
|
H A D | tmpfs_subr.c | 867 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent() function 1206 error = tmpfs_alloc_dirent(tmp, node, cnp->cn_nameptr, cnp->cn_namelen, in tmpfs_alloc_file() 1472 tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), NULL, NULL, 0, in tmpfs_dir_attach() 1799 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add()
|
H A D | tmpfs_vnops.c | 812 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), node, in tmpfs_link()
|