Searched refs:MountOps (Results 1 – 11 of 11) sorted by relevance
| /kernel/liteos_a/fs/include/fs/ |
| D | mount.h | 41 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/ |
| D | vfs_maps.h | 42 struct MountOps; 52 const struct MountOps *fsMops; 59 int OsFsRegister(const char *fsType, const struct MountOps *fsMops,
|
| D | vfs_maps.c | 58 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()
|
| D | vfs_mount.h | 46 struct MountOps { struct
|
| D | los_fs.h | 139 int LOS_FsRegister(const char *fsType, const struct MountOps *fsMops,
|
| /kernel/liteos_a/fs/vfs/ |
| D | mount.c | 47 struct Mount *MountAlloc(struct Vnode *vnodeBeCovered, struct MountOps *fsop) in MountAlloc()
|
| /kernel/liteos_a/fs/proc/os_adapt/ |
| D | proc_vfs.c | 446 const struct MountOps procfs_operations = {
|
| /kernel/liteos_m/components/fs/littlefs/ |
| D | lfs_adapter.c | 672 static struct MountOps g_lfsMnt = {
|
| /kernel/liteos_m/components/fs/fatfs/ |
| D | fatfs.c | 963 static struct MountOps g_fatfsMnt = {
|
| /kernel/liteos_a/fs/jffs2/src/ |
| D | vfs_jffs2.c | 944 const struct MountOps jffs_operations = {
|
| /kernel/liteos_a/fs/fat/os_adapt/ |
| D | fatfs.c | 2439 struct MountOps fatfs_mops = {
|