Home
last modified time | relevance | path

Searched +full:fstab +full:- +full:common (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/dts/bindings/fs/
Dzephyr,fstab.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Description of pre-defined file systems.
8 properties described in zephyr,fstab-common.yaml.
10 compatible: "zephyr,fstab"
Dzephyr,fstab,littlefs.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Description of pre-defined file systems.
7 compatible: "zephyr,fstab,littlefs"
9 include: "zephyr,fstab-common.yaml"
12 # num-files and num-dirs are not filesystem-specific.
14 read-size:
25 prog-size:
36 cache-size:
53 lookahead-size:
68 block-cycles:
[all …]
/Zephyr-Core-3.6.0/include/zephyr/fs/
Dfs.h3 * Copyright (c) 2020-2024 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
40 * Zephyr supports in-tree file systems and external ones. Each
44 * in-tree file systems.
53 /** Identifier for in-tree FatFS file system. */
56 /** Identifier for in-tree LittleFS file system. */
59 /** Identifier for in-tree Ext2 file system. */
68 /** Flag makes mounted file system read-only */
70 /** Flag used in pre-defined mount structures that are to be mounted
73 * This flag has no impact in user-defined mount structures.
[all …]