Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-Core-3.6.0/doc/services/file_system/
Dindex.rst6 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/
Dtestfs_open_flags.c16 static void mount(struct fs_mount_t *mp) in mount() function
49 mount(mp); in ZTEST()
Dtest_lfs_basic.c27 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/
Dindex.rst57 - 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/
DREADME.rst33 [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/
Dautomount.overlay13 mount-point = "/lfs1";
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_fs/boards/
Dmr_canhubk3.overlay14 mount-point = "/lfs1";
Dnrf52840dk_nrf52840.overlay14 mount-point = "/lfs1";
Dnative_sim.overlay14 mount-point = "/lfs1";
Dnative_sim_64.overlay14 mount-point = "/lfs1";
/Zephyr-Core-3.6.0/samples/subsys/fs/littlefs/boards/
Dstm32l562e_dk.overlay18 mount-point = "/lfs1";
Db_u585i_iot02a.overlay18 mount-point = "/lfs1";
Dbmd_345_eval.overlay14 mount-point = "/lfs1";
Dnrf52840dk_nrf52840_qspi.overlay14 mount-point = "/lfs1";
Dnucleo_h7a3zi_q.overlay18 mount-point = "/lfs1";
Dnrf52840dk_nrf52840_spi.overlay63 mount-point = "/lfs1";
/Zephyr-Core-3.6.0/drivers/disk/
DKconfig.mmc19 string "MMC Disk mount point or drive name"
DKconfig.sdmmc23 string "SDMMC Disk mount point or drive name"
/Zephyr-Core-3.6.0/include/zephyr/fs/
Dfs_sys.h135 int (*mount)(struct fs_mount_t *mountp); member
/Zephyr-Core-3.6.0/subsys/fs/
DKconfig.fatfs44 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/
Dindex.rst14 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/
DREADME.rst103 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/
DKconfig.fs11 either configured for auto-mount or manually mounted by the application.
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c177 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/
Dindex.rst76 Be careful to mount the BLE Nano correctly! The side of the board

123