/Zephyr-Core-3.6.0/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-Core-3.6.0/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()
|
D | test_lfs_basic.c | 27 static int mount(struct fs_mount_t *mp) in mount() function 255 zassert_equal(mount(mp), TC_PASS, in ZTEST()
|
/Zephyr-Core-3.6.0/boards/x86/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-Core-3.6.0/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 as the mount point name; 103 be used as the mount point name; 105 are defined, the mount point name will not be determined, and an appropriate error will
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_fs/ |
D | automount.overlay | 13 mount-point = "/lfs1";
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_fs/boards/ |
D | mr_canhubk3.overlay | 14 mount-point = "/lfs1";
|
D | nrf52840dk_nrf52840.overlay | 14 mount-point = "/lfs1";
|
D | native_sim.overlay | 14 mount-point = "/lfs1";
|
D | native_sim_64.overlay | 14 mount-point = "/lfs1";
|
/Zephyr-Core-3.6.0/samples/subsys/fs/littlefs/boards/ |
D | stm32l562e_dk.overlay | 18 mount-point = "/lfs1";
|
D | b_u585i_iot02a.overlay | 18 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 | nrf52840dk_nrf52840_spi.overlay | 63 mount-point = "/lfs1";
|
/Zephyr-Core-3.6.0/drivers/disk/ |
D | Kconfig.mmc | 19 string "MMC Disk mount point or drive name"
|
D | Kconfig.sdmmc | 23 string "SDMMC Disk mount point or drive name"
|
/Zephyr-Core-3.6.0/include/zephyr/fs/ |
D | fs_sys.h | 135 int (*mount)(struct fs_mount_t *mountp); member
|
/Zephyr-Core-3.6.0/subsys/fs/ |
D | Kconfig.fatfs | 44 destroy your disk, if mount attempt fails. In case when your 185 how much RAM each FATFS object, used with FAT mount point, 189 mount point is defined as static/global life time variable, 191 When this value is set to 512, all mount points will use 193 to query device for sector size on mount.
|
/Zephyr-Core-3.6.0/boards/shields/x_nucleo_bnrg2a1/doc/ |
D | index.rst | 14 connector layout (the user can mount the ST Morpho connectors, if required). The 46 - CS: To use D1 instead of A1, unmount R76 and mount R86
|
/Zephyr-Core-3.6.0/samples/subsys/shell/fs/ |
D | README.rst | 103 fs mount littlefs /lfs 144 Mount a file system partition to a given mount point 148 fs mount (littlefs|fat) <path>
|
/Zephyr-Core-3.6.0/subsys/logging/backends/ |
D | Kconfig.fs | 11 either configured for auto-mount or manually mounted by the application.
|
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/ |
D | test_fs_dir_file.c | 177 null_fs.mount = temp_fs.mount; in test_mount() 1062 null_fs.mount = temp_fs.mount; in fs_api_setup()
|
/Zephyr-Core-3.6.0/boards/arm/nrf51_blenano/doc/ |
D | index.rst | 76 Be careful to mount the BLE Nano correctly! The side of the board
|