Home
last modified time | relevance | path

Searched refs:FS_DIR_ENTRY_DIR (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.h182 .type = FS_DIR_ENTRY_DIR, \
201 .type = FS_DIR_ENTRY_DIR, \
208 #define TESTFS_BCMD_IS_ENTER_DIR(cp) (((cp)->type == FS_DIR_ENTRY_DIR) \
210 #define TESTFS_BCMD_IS_EXIT_DIR(cp) (((cp)->type == FS_DIR_ENTRY_DIR) \
Dtest_fs_util.c322 } else if (statp->type == FS_DIR_ENTRY_DIR) { in check_layout_entry()
388 bool dotdir = ((stat.type == FS_DIR_ENTRY_DIR) in testfs_bcmd_verify_layout()
Dtest_fs_dirops.c135 (cp->type == FS_DIR_ENTRY_DIR) ? "/" : "", in check_layout()
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_dirops.c41 zassert_equal(stat.type, FS_DIR_ENTRY_DIR, "Wrong type"); in ZTEST()
46 zassert_equal(stat.type, FS_DIR_ENTRY_DIR, "Wrong type"); in ZTEST()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c245 entry->type = FS_DIR_ENTRY_DIR; in temp_readdir()
250 entry->type = FS_DIR_ENTRY_DIR; in temp_readdir()
260 entry->type = FS_DIR_ENTRY_DIR; in temp_readdir()
Dtest_fs_dir_file.c456 if (entry.type == FS_DIR_ENTRY_DIR) { in _test_lsdir()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_dir.c87 if (entry.type == FS_DIR_ENTRY_DIR) { in test_lsdir()
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_common_dir.c98 if (entry.type == FS_DIR_ENTRY_DIR) { in test_lsdir()
/Zephyr-latest/samples/subsys/fs/fs_sample/src/
Dmain.c221 if (entry.type == FS_DIR_ENTRY_DIR) { in lsdir()
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_dir.c92 if (entry.type == FS_DIR_ENTRY_DIR) { in test_lsdir()
/Zephyr-latest/include/zephyr/fs/
Dfs.h37 FS_DIR_ENTRY_DIR enumerator
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c115 if (entry.type == FS_DIR_ENTRY_DIR) { in fuse_fs_access_getattr()
235 if (entry.type == FS_DIR_ENTRY_DIR) { in fuse_fs_access_readdir()
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()
Dfs.c413 if (entry->type != FS_DIR_ENTRY_DIR) { in fs_readdir()
450 entry->type = FS_DIR_ENTRY_DIR; in fs_readdir()
Dshell.c151 if (entry.type != FS_DIR_ENTRY_DIR) { in cmd_cd()
198 (entry.type == FS_DIR_ENTRY_DIR) ? "/" : ""); in cmd_ls()
Dlittlefs_fs.c495 FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE); in info_to_dirent()
/Zephyr-latest/lib/posix/options/
Dfs.c403 case FS_DIR_ENTRY_DIR: in stat()
/Zephyr-latest/samples/subsys/fs/littlefs/src/
Dmain.c54 if (entry.type == FS_DIR_ENTRY_DIR) { in lsdir()
/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()
893 if (type == FS_DIR_ENTRY_DIR) { in ext2_create_inode()
1063 rc = ext2_create_inode(fs, args->inode, new_inode, FS_DIR_ENTRY_DIR); in ext2_create_dir()
/Zephyr-latest/subsys/settings/src/
Dsettings_file.c526 if (entry.type != FS_DIR_ENTRY_DIR) { in mkdir_if_not_exists()