Home
last modified time | relevance | path

Searched refs:VnodeOps (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/fs/vfs/include/
Dvnode.h110 struct VnodeOps;
123 struct VnodeOps *vop; /* vnode operations */
138 struct VnodeOps { struct
169 int VnodeAlloc(struct VnodeOps *vop, struct Vnode **newVnode); argument
/kernel/liteos_a/fs/vfs/
Dvnode.c46 static struct VnodeOps g_devfsOps;
134 int VnodeAlloc(struct VnodeOps *vop, struct Vnode **newVnode) in VnodeAlloc()
689 static struct VnodeOps g_devfsOps = {
/kernel/liteos_a/fs/proc/os_adapt/
Dproc_vfs.c45 static struct VnodeOps g_procfsVops;
452 static struct VnodeOps g_procfsVops = {
/kernel/liteos_a/fs/vfs/operation/
Dvfs_force_umount.c209 static struct VnodeOps g_errorVnodeOps = {
/kernel/liteos_a/fs/jffs2/src/
Dvfs_jffs2.c61 struct VnodeOps g_jffs2Vops;
950 struct VnodeOps g_jffs2Vops = {
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c62 struct VnodeOps fatfs_vops; /* forward define */
2414 struct VnodeOps fatfs_vops = {