Home
last modified time | relevance | path

Searched refs:ext2_cfg (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/fs/
Dext2.h26 struct ext2_cfg { struct
36 static struct ext2_cfg name = { \ argument
/Zephyr-Core-3.6.0/tests/subsys/fs/ext2/src/
Dtestfs_open_flags.c33 struct ext2_cfg ext2_config = { in ZTEST()
57 struct ext2_cfg ext2_config = { in ZTEST()
Dtestfs_mount.c97 void mkfs_custom_config(struct ext2_cfg *cfg) in mkfs_custom_config()
132 struct ext2_cfg config = { in ZTEST()
145 struct ext2_cfg config = { in ZTEST()
Dtestfs_ext_specific.c42 void writing_test(struct ext2_cfg *config) in writing_test()
144 struct ext2_cfg config = { in ZTEST()
157 struct ext2_cfg config = { in ZTEST()
/Zephyr-Core-3.6.0/subsys/fs/ext2/
Dext2_format.c21 static void validate_config(struct ext2_cfg *cfg) in validate_config()
45 static void set_bitmap_padding(uint8_t *bitmap, uint32_t nelems, struct ext2_cfg *cfg) in set_bitmap_padding()
75 struct ext2_cfg *cfg) in default_directory_inode()
96 int ext2_format(struct ext2_data *fs, struct ext2_cfg *cfg) in ext2_format()
Dext2_impl.h121 int ext2_format(struct ext2_data *fs, struct ext2_cfg *cfg);
Dext2_ops.c452 struct ext2_cfg *cfg = vcfg; in ext2_mkfs()