Lines Matching defs:vnode
78 struct Vnode *vnode = NULL; in GetFromFreeList() local
127 struct Vnode* vnode = NULL; in VnodeAlloc() local
171 int VnodeFree(struct Vnode *vnode) in VnodeFree()
212 struct Vnode *vnode = NULL; in VnodeFreeAll() local
230 struct Vnode *vnode = NULL; in VnodeInUseIter() local
291 static struct Vnode *ConvertVnodeIfMounted(struct Vnode *vnode) in ConvertVnodeIfMounted()
299 static void RefreshLRU(struct Vnode *vnode) in RefreshLRU()
309 static int ProcessVirtualVnode(struct Vnode *parent, uint32_t flags, struct Vnode **vnode) in ProcessVirtualVnode()
450 int VnodeLookup(const char *path, struct Vnode **vnode, uint32_t flags) in VnodeLookup()
455 int VnodeLookupFullpath(const char *fullpath, struct Vnode **vnode, uint32_t flags) in VnodeLookupFullpath()
545 int VnodeOpendir(struct Vnode *vnode, struct fs_dirent_s *dir) in VnodeOpendir()
552 int VnodeClosedir(struct Vnode *vnode, struct fs_dirent_s *dir) in VnodeClosedir()
559 int VnodeCreate(struct Vnode *parent, const char *name, int mode, struct Vnode **vnode) in VnodeCreate()
609 int VnodeGetattr(struct Vnode *vnode, struct stat *buf) in VnodeGetattr()
624 static int VnodeChattr(struct Vnode *vnode, struct IATTR *attr) in VnodeChattr()
645 int VnodeDevLookup(struct Vnode *parentVnode, const char *path, int len, struct Vnode **vnode) in VnodeDevLookup()