Searched defs:newVnode (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/fs/jffs2/src/ |
D | vfs_jffs2.c | 190 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/ |
D | vnode.c | 134 int VnodeAlloc(struct VnodeOps *vop, struct Vnode **newVnode) in VnodeAlloc() 596 struct Vnode *newVnode = NULL; in VnodeCreate() local
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_force_umount.c | 192 static int ErrorVopSymlink(struct Vnode *parentVnode, struct Vnode **newVnode, const char *path, co… in ErrorVopSymlink()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
D | fatfs.c | 2162 int fatfs_symlink(struct Vnode *parentVnode, struct Vnode **newVnode, const char *path, const char … in fatfs_symlink()
|