<dec f='src/src/sys/fs/tmpfs/tmpfs.h' l='251' type='int tmpfs_construct_node(vnode_t * , vnode_t ** , struct vattr * , struct componentname * , char * )'/>
<def f='src/src/sys/fs/tmpfs/tmpfs_subr.c' l='360' ll='438' type='int tmpfs_construct_node(vnode_t * dvp, vnode_t ** vpp, struct vattr * vap, struct componentname * cnp, char * target)'/>
<doc f='src/src/sys/fs/tmpfs/tmpfs_subr.c' l='354'>/*
 * tmpfs_construct_node: allocate a new file of specified type and adds it
 * into the parent directory.
 *
 * =&gt; Credentials of the caller are used.
 */</doc>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='313' u='c' c='tmpfs_create'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='334' u='c' c='tmpfs_mknod'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='810' u='c' c='tmpfs_mkdir'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='924' u='c' c='tmpfs_symlink'/>
