Home | History | Annotate | Download | only in tmpfs

Lines Matching defs:fdep

271 	struct tmpfs_dirent **fdep = fde;
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);
361 (*fdep)->td_namelen = (uint16_t)tcnp->cn_namelen;
363 (*fdep)->td_name = newname;