Home
last modified time | relevance | path

Searched defs:newVnode (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/fs/jffs2/src/
Dvfs_jffs2.c190 struct Vnode *newVnode = NULL; in VfsJffs2Lookup() local
242 struct Vnode *newVnode = NULL; in VfsJffs2Create() local
587 struct Vnode *newVnode = NULL; in VfsJffs2Mkdir() local
693 int VfsJffs2Link(struct Vnode *oldVnode, struct Vnode *newParentVnode, struct Vnode **newVnode, con… in VfsJffs2Link()
729 int VfsJffs2Symlink(struct Vnode *parentVnode, struct Vnode **newVnode, const char *path, const cha… in VfsJffs2Symlink()
/kernel/liteos_a/fs/vfs/
Dvnode.c134 int VnodeAlloc(struct VnodeOps *vop, struct Vnode **newVnode) in VnodeAlloc()
596 struct Vnode *newVnode = NULL; in VnodeCreate() local
/kernel/liteos_a/fs/vfs/operation/
Dvfs_force_umount.c192 static int ErrorVopSymlink(struct Vnode *parentVnode, struct Vnode **newVnode, const char *path, co… in ErrorVopSymlink()
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c2162 int fatfs_symlink(struct Vnode *parentVnode, struct Vnode **newVnode, const char *path, const char … in fatfs_symlink()