Home
last modified time | relevance | path

Searched refs:FS_DIR_ENTRY_FILE (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.h190 .type = FS_DIR_ENTRY_FILE, \
212 #define TESTFS_BCMD_IS_FILE(cp) (((cp)->type == FS_DIR_ENTRY_FILE) \
214 #define TESTFS_BCMD_IS_END(cp) (((cp)->type == FS_DIR_ENTRY_FILE) \
Dtest_fs_basic.c44 zassert_equal(stat.type, FS_DIR_ENTRY_FILE, in create_write_hello()
58 zassert_equal(stat.type, FS_DIR_ENTRY_FILE, in create_write_hello()
78 zassert_equal(stat.type, FS_DIR_ENTRY_FILE, in create_write_hello()
Dtest_fs_util.c297 if (statp->type == FS_DIR_ENTRY_FILE) { in check_layout_entry()
394 (stat.type == FS_DIR_ENTRY_FILE) ? "" : "/", in testfs_bcmd_verify_layout()
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_dirops.c60 zassert_equal(stat.type, FS_DIR_ENTRY_FILE, "Wrong type"); in ZTEST()
65 zassert_equal(stat.type, FS_DIR_ENTRY_FILE, "Wrong type"); in ZTEST()
70 zassert_equal(stat.type, FS_DIR_ENTRY_FILE, "Wrong type"); in ZTEST()
/Zephyr-latest/tests/lib/gui/lvgl/src/
Dmain.c141 if ((ret == 0) && (info.type == FS_DIR_ENTRY_FILE)) { in setup_fs()
/Zephyr-latest/include/zephyr/fs/
Dfs.h35 FS_DIR_ENTRY_FILE = 0, enumerator
/Zephyr-latest/samples/subsys/usb/mass/src/
Dmain.c202 (ent.type == FS_DIR_ENTRY_FILE) ? 'F' : 'D', in setup_disk()
/Zephyr-latest/subsys/fs/
Dshell.c311 if (dirent.type != FS_DIR_ENTRY_FILE) { in cmd_read()
393 if (dirent.type != FS_DIR_ENTRY_FILE) { in cmd_cat()
583 if (dirent.type != FS_DIR_ENTRY_FILE) { in cmd_read_test()
Dfat_fs.c377 FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE); in fatfs_readdir()
406 FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE); in fatfs_stat()
Dlittlefs_fs.c495 FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE); in info_to_dirent()
/Zephyr-latest/subsys/llext/
Dshell.c205 if (dirent.type != FS_DIR_ENTRY_FILE) { in cmd_llext_load_fs()
/Zephyr-latest/tests/subsys/logging/log_backend_fs/src/
Dlog_fs_test.c76 if (ent.type == FS_DIR_ENTRY_FILE && in ZTEST()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c255 entry->type = FS_DIR_ENTRY_FILE; in temp_readdir()
/Zephyr-latest/lib/posix/options/
Dfs.c400 case FS_DIR_ENTRY_FILE: in stat()
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c846 ent->type = de->de_file_type & EXT2_FT_DIR ? FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE; in ext2_get_direntry()
851 if (ent->type == FS_DIR_ENTRY_FILE) { in ext2_get_direntry()
889 inode->i_mode = type == FS_DIR_ENTRY_FILE ? EXT2_DEF_FILE_MODE : EXT2_DEF_DIR_MODE; in ext2_create_inode()
1028 rc = ext2_create_inode(fs, args->inode, new_inode, FS_DIR_ENTRY_FILE); in ext2_create_file()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c233 if (ent->type != FS_DIR_ENTRY_FILE) { in get_log_file_id()
/Zephyr-latest/samples/subsys/fs/littlefs/src/
Dmain.c197 if (rc == 0 && dirent.type == FS_DIR_ENTRY_FILE && dirent.size == 0) { in littlefs_binary_file_adj()
/Zephyr-latest/subsys/settings/src/
Dsettings_file.c211 if (entry.type == FS_DIR_ENTRY_FILE) { in settings_file_create_or_replace()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c162 if (dirent.type != FS_DIR_ENTRY_FILE) { in fs_mgmt_filelen()