<dec f='src/src/sys/fs/tmpfs/tmpfs.h' l='258' type='void tmpfs_dir_detach(tmpfs_node_t * , tmpfs_dirent_t * )'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_rename.c' l='318' u='c' c='tmpfs_gro_rename'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_rename.c' l='351' u='c' c='tmpfs_gro_rename'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_rename.c' l='412' u='c' c='tmpfs_gro_remove'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_subr.c' l='421' u='c' c='tmpfs_construct_node'/>
<def f='src/src/sys/fs/tmpfs/tmpfs_subr.c' l='545' ll='590' type='void tmpfs_dir_detach(tmpfs_node_t * dnode, tmpfs_dirent_t * de)'/>
<doc f='src/src/sys/fs/tmpfs/tmpfs_subr.c' l='535'>/*
 * tmpfs_dir_detach: disassociate directory entry and its inode,
 * and detach the entry from the directory, specified by vnode.
 *
 * =&gt; Decreases link count on the associated node.
 * =&gt; Decreases the link count on directory node, if our node is VDIR.
 * =&gt; Triggers kqueue events here.
 *
 * =&gt; Note: dvp and vp may be NULL only if called by tmpfs_unmount().
 */</doc>
<use f='src/src/sys/fs/tmpfs/tmpfs_vfsops.c' l='271' u='c' c='tmpfs_unmount'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='705' u='c' c='tmpfs_remove'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='874' u='c' c='tmpfs_rmdir'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='893' u='c' c='tmpfs_rmdir'/>
<use f='src/src/sys/fs/tmpfs/tmpfs_vnops.c' l='1291' u='c' c='tmpfs_whiteout'/>
