Home
last modified time | relevance | path

Searched refs:MountOps (Results 1 – 11 of 11) sorted by relevance

/kernel/liteos_a/fs/include/fs/
Dmount.h41 struct MountOps;
46 const struct MountOps *ops; /* operations of mount */
61 struct MountOps { struct
73 struct Mount *MountAlloc(struct Vnode *vnode, struct MountOps *mop); argument
/kernel/liteos_m/components/fs/vfs/
Dvfs_maps.h42 struct MountOps;
52 const struct MountOps *fsMops;
59 int OsFsRegister(const char *fsType, const struct MountOps *fsMops,
Dvfs_maps.c58 int OsFsRegister(const char *fsType, const struct MountOps *fsMops, in OsFsRegister()
97 int LOS_FsRegister(const char *fsType, const struct MountOps *fsMops, in LOS_FsRegister()
Dvfs_mount.h46 struct MountOps { struct
Dlos_fs.h139 int LOS_FsRegister(const char *fsType, const struct MountOps *fsMops,
/kernel/liteos_a/fs/vfs/
Dmount.c47 struct Mount *MountAlloc(struct Vnode *vnodeBeCovered, struct MountOps *fsop) in MountAlloc()
/kernel/liteos_a/fs/proc/os_adapt/
Dproc_vfs.c446 const struct MountOps procfs_operations = {
/kernel/liteos_m/components/fs/littlefs/
Dlfs_adapter.c672 static struct MountOps g_lfsMnt = {
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c963 static struct MountOps g_fatfsMnt = {
/kernel/liteos_a/fs/jffs2/src/
Dvfs_jffs2.c944 const struct MountOps jffs_operations = {
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c2439 struct MountOps fatfs_mops = {