Searched defs:parentVnode (Results 1 – 5 of 5) sorted by relevance
/kernel/liteos_a/fs/jffs2/src/ |
D | vfs_jffs2.c | 187 int VfsJffs2Lookup(struct Vnode *parentVnode, const char *path, int len, struct Vnode **ppVnode) in VfsJffs2Lookup() 238 int VfsJffs2Create(struct Vnode *parentVnode, const char *path, int mode, struct Vnode **ppVnode) in VfsJffs2Create() 669 int VfsJffs2Rmdir(struct Vnode *parentVnode, struct Vnode *targetVnode, const char *path) in VfsJffs2Rmdir() 729 int VfsJffs2Symlink(struct Vnode *parentVnode, struct Vnode **newVnode, const char *path, const cha… in VfsJffs2Symlink() 793 int VfsJffs2Unlink(struct Vnode *parentVnode, struct Vnode *targetVnode, const char *path) in VfsJffs2Unlink()
|
/kernel/liteos_a/fs/vfs/include/ |
D | path_cache.h | 39 struct Vnode *parentVnode; /* vnode points to the cache */ member
|
/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/vfs/ |
D | vnode.c | 679 int VnodeDevLookup(struct Vnode *parentVnode, const char *path, int len, struct Vnode **vnode) in VnodeDevLookup()
|
/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()
|