Lines Matching defs:vnode
87 struct Vnode *vnode = NULL; in GetFromFreeList() local
136 struct Vnode* vnode = NULL; in VnodeAlloc() local
180 int VnodeFree(struct Vnode *vnode) in VnodeFree()
221 struct Vnode *vnode = NULL; in VnodeFreeAll() local
239 struct Vnode *vnode = NULL; in VnodeInUseIter() local
300 static struct Vnode *ConvertVnodeIfMounted(struct Vnode *vnode) in ConvertVnodeIfMounted()
322 static void RefreshLRU(struct Vnode *vnode) in RefreshLRU()
332 static int ProcessVirtualVnode(struct Vnode *parent, uint32_t flags, struct Vnode **vnode) in ProcessVirtualVnode()
473 int VnodeLookup(const char *path, struct Vnode **vnode, uint32_t flags) in VnodeLookup()
478 int VnodeLookupFullpath(const char *fullpath, struct Vnode **vnode, uint32_t flags) in VnodeLookupFullpath()
579 int VnodeOpendir(struct Vnode *vnode, struct fs_dirent_s *dir) in VnodeOpendir()
586 int VnodeClosedir(struct Vnode *vnode, struct fs_dirent_s *dir) in VnodeClosedir()
593 int VnodeCreate(struct Vnode *parent, const char *name, int mode, struct Vnode **vnode) in VnodeCreate()
643 int VnodeGetattr(struct Vnode *vnode, struct stat *buf) in VnodeGetattr()
658 static int VnodeChattr(struct Vnode *vnode, struct IATTR *attr) in VnodeChattr()
679 int VnodeDevLookup(struct Vnode *parentVnode, const char *path, int len, struct Vnode **vnode) in VnodeDevLookup()