Searched refs:mount (Results 1 – 25 of 83) sorted by relevance
1234
| /Zephyr-latest/tests/subsys/fs/littlefs/src/ |
| D | testfs_open_flags.c | 16 static void mount(struct fs_mount_t *mp) in mount() function 49 mount(mp); in ZTEST()
|
| /Zephyr-latest/doc/services/file_system/ |
| D | index.rst | 6 Zephyr RTOS Virtual Filesystem Switch (VFS) allows applications to mount multiple 7 file systems at different mount points (e.g., ``/fatfs`` and ``/lfs``). The 8 mount point data structure contains all the necessary information required 9 to instantiate, mount, and operate on a file system. The File system Switch 26 the mount point as the disk volume name, which is used by the file system library 42 - ``FATFS_MNTP`` is the mount point where the file system will be mounted.
|
| /Zephyr-latest/subsys/fs/ |
| D | Kconfig.fatfs | 46 destroy your disk, if mount attempt fails. In case when your 211 how much RAM each FATFS object, used with FAT mount point, 215 mount point is defined as static/global life time variable, 217 When this value is set to 512, all mount points will use 219 to query device for sector size on mount. 272 The mount points have to be numbered in this case. 274 {3, 1} - mount point "/0:" 275 {3, 2} - mount point "/1:" 281 int "Count of custom mount points" 286 It specifies how many custom mount points are defined in the custom mount [all …]
|
| /Zephyr-latest/tests/subsys/logging/log_backend_fs/boards/ |
| D | cyw920829m2evk_02.overlay | 6 mount-point = "/lfs1";
|
| D | mr_canhubk3.overlay | 14 mount-point = "/lfs1";
|
| D | s32z2xxdc2_s32z270_rtu0.overlay | 14 mount-point = "/lfs1";
|
| D | s32z2xxdc2_s32z270_rtu1.overlay | 14 mount-point = "/lfs1";
|
| D | nrf52840dk_nrf52840.overlay | 14 mount-point = "/lfs1";
|
| D | native_sim.overlay | 14 mount-point = "/lfs1";
|
| /Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
| D | cyw920829m2evk_02.overlay | 6 mount-point = "/lfs1";
|
| D | stm32f746g_disco.overlay | 18 mount-point = "/lfs1";
|
| D | stm32h750b_dk.overlay | 18 mount-point = "/lfs1";
|
| D | stm32h747i_disco_stm32h747xx_m7.overlay | 19 mount-point = "/lfs1";
|
| D | stm32l562e_dk.overlay | 18 mount-point = "/lfs1";
|
| D | b_u585i_iot02a.overlay | 18 mount-point = "/lfs1";
|
| D | rak5010_nrf52840.overlay | 14 mount-point = "/lfs1";
|
| D | bmd_345_eval.overlay | 14 mount-point = "/lfs1";
|
| D | nrf52840dk_nrf52840_qspi.overlay | 14 mount-point = "/lfs1";
|
| D | nucleo_h7a3zi_q.overlay | 18 mount-point = "/lfs1";
|
| D | stm32f429i_disc1.overlay | 18 mount-point = "/lfs1";
|
| /Zephyr-latest/samples/subsys/fs/fatfs_fstab/ |
| D | fatfs_fstab.overlay | 14 mount-point = "/RAM:";
|
| /Zephyr-latest/boards/intel/ish/doc/ |
| D | index.rst | 57 - Re-mount the root filesystem as read-write: 61 $ mount -o remount,rw / 63 - If re-mount fails, execute below commands to Remove rootfs verification:
|
| /Zephyr-latest/tests/subsys/logging/log_backend_fs/ |
| D | automount.overlay | 13 mount-point = "/lfs1";
|
| /Zephyr-latest/samples/subsys/fs/littlefs/ |
| D | README.rst | 33 [00:00:00.010,559] <wrn> littlefs: can't mount (LFS -84); formatting 95 present and enabled in the final board dts and configuration files simultaneously, the mount 100 will be used as the mount point name; 103 be used as the mount point name; 105 configurations are defined, the mount point name will not be determined, and an appropriate error
|
| /Zephyr-latest/tests/lib/gui/lvgl/boards/ |
| D | stm32h747i_disco_stm32h747xx_m7.overlay | 28 mount-point = "/lfs1";
|
1234