HomeSort by: relevance | last modified time | path
    Searched refs:tmpfs_dir_detach (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_rename.c 318 tmpfs_dir_detach(fdnode, *fdep);
343 tmpfs_dir_detach(tdnode, *tdep);
407 tmpfs_dir_detach(dnode, *dep);
tmpfs.h 260 void tmpfs_dir_detach(tmpfs_node_t *, tmpfs_dirent_t *);
tmpfs_vnops.c 740 tmpfs_dir_detach(dnode, de);
912 tmpfs_dir_detach(dnode, de);
931 tmpfs_dir_detach(node, de);
1347 tmpfs_dir_detach(dnode, de);
tmpfs_vfsops.c 277 tmpfs_dir_detach(node, de);
tmpfs_subr.c 428 tmpfs_dir_detach(dnode, wde);
544 * tmpfs_dir_detach: disassociate directory entry and its inode,
554 tmpfs_dir_detach(tmpfs_node_t *dnode, tmpfs_dirent_t *de) function in typeref:typename:void

Completed in 17 milliseconds