Searched refs:VnodeToEntry (Results 1 – 3 of 3) sorted by relevance
48 struct ProcDirEntry *VnodeToEntry(struct Vnode *node) in VnodeToEntry() function86 struct ProcDirEntry *parentEntry = VnodeToEntry(parent); in VfsProcfsCreate()129 entry = VnodeToEntry(filep->f_vnode); in VfsProcfsRead()150 entry = VnodeToEntry(filep->f_vnode); in VfsProcfsWrite()167 struct ProcDirEntry *entry = VnodeToEntry(parent); in VfsProcfsLookup()231 struct ProcDirEntry *entry = VnodeToEntry(node); in VfsProcfsStat()245 struct ProcDirEntry *parentEntry = VnodeToEntry(parent); in VfsProcfsMkdir()274 struct ProcDirEntry *parentEntry = VnodeToEntry(parent); in VfsProcfsRmdir()279 struct ProcDirEntry *dirEntry = VnodeToEntry(vnode); in VfsProcfsRmdir()304 pde = VnodeToEntry(node); in VfsProcfsReaddir()[all …]
172 struct ProcDirEntry *entry = VnodeToEntry(vnode); in ProcfsContainerGet()
318 extern struct ProcDirEntry *VnodeToEntry(struct Vnode *node);