Searched refs:tmpfs_dir_detach (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/fs/tmpfs/ |
H A D | tmpfs_rename.c | 318 tmpfs_dir_detach(fdnode, *fdep); in tmpfs_gro_rename() 343 tmpfs_dir_detach(tdnode, *tdep); in tmpfs_gro_rename() 407 tmpfs_dir_detach(dnode, *dep); in tmpfs_gro_remove()
|
H A D | tmpfs_vnops.c | 740 tmpfs_dir_detach(dnode, de); in tmpfs_remove() 912 tmpfs_dir_detach(dnode, de); in tmpfs_rmdir() 931 tmpfs_dir_detach(node, de); in tmpfs_rmdir() 1347 tmpfs_dir_detach(dnode, de); in tmpfs_whiteout()
|
H A D | tmpfs.h | 260 void tmpfs_dir_detach(tmpfs_node_t *, tmpfs_dirent_t *);
|
H A D | tmpfs_vfsops.c | 277 tmpfs_dir_detach(node, de); in tmpfs_unmount()
|
H A D | tmpfs_subr.c | 428 tmpfs_dir_detach(dnode, wde); in tmpfs_construct_node() 554 tmpfs_dir_detach(tmpfs_node_t *dnode, tmpfs_dirent_t *de) in tmpfs_dir_detach() function
|