Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/tmpfs/
Dtmpfs.h422 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
Dtmpfs_subr.c322 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent() function
603 error = tmpfs_alloc_dirent(tmp, node, cnp->cn_nameptr, cnp->cn_namelen, in tmpfs_alloc_file()
954 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add()
Dtmpfs_vnops.c911 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), node, in tmpfs_link()