HomeSort by: relevance | last modified time | path
    Searched defs:fdep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_rename.c 271 struct tmpfs_dirent **fdep = fde; local in function:tmpfs_gro_rename
279 KASSERT(fdep != NULL);
284 KASSERT(fdep != tdep);
285 KASSERT((tvp == NULL) || (*fdep) != (*tdep));
286 KASSERT((*fdep) != NULL);
287 KASSERT((*fdep)->td_node == VP_TO_TMPFS_NODE(fvp));
318 tmpfs_dir_detach(fdnode, *fdep);
319 tmpfs_dir_attach(tdnode, *fdep, VP_TO_TMPFS_NODE(fvp));
359 tmpfs_strname_free(VFS_TO_TMPFS(mp), (*fdep)->td_name,
360 (*fdep)->td_namelen)
    [all...]
tmpfs_rename.c 271 struct tmpfs_dirent **fdep = fde; local in function:tmpfs_gro_rename
279 KASSERT(fdep != NULL);
284 KASSERT(fdep != tdep);
285 KASSERT((tvp == NULL) || (*fdep) != (*tdep));
286 KASSERT((*fdep) != NULL);
287 KASSERT((*fdep)->td_node == VP_TO_TMPFS_NODE(fvp));
318 tmpfs_dir_detach(fdnode, *fdep);
319 tmpfs_dir_attach(tdnode, *fdep, VP_TO_TMPFS_NODE(fvp));
359 tmpfs_strname_free(VFS_TO_TMPFS(mp), (*fdep)->td_name,
360 (*fdep)->td_namelen)
    [all...]

Completed in 24 milliseconds