<dec f='src/src/sys/fs/msdosfs/denode.h' l='324' type='int removede(struct denode * , struct denode * )'/>
<def f='src/src/sys/fs/msdosfs/msdosfs_lookup.c' l='983' ll='1065' type='int removede(struct denode * pdep, struct denode * dep)'/>
<doc f='src/src/sys/fs/msdosfs/msdosfs_lookup.c' l='975'>/*
 * Remove a directory entry. At this point the file represented by the
 * directory entry to be removed is still full length until noone has it
 * open.  When the file no longer being used msdosfs_inactive() is called
 * and will truncate the file to 0 length.  When the vnode containing the
 * denode is needed for some other purpose by VFS it will call
 * msdosfs_reclaim() which will remove the denode from the denode cache.
 */</doc>
<use f='src/src/sys/fs/msdosfs/msdosfs_vnops.c' l='747' u='c' c='msdosfs_remove'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_vnops.c' l='984' u='c' c='msdosfs_rename'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_vnops.c' l='1073' u='c' c='msdosfs_rename'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_vnops.c' l='1339' u='c' c='msdosfs_rmdir'/>
