Searched refs:FS_DIR_ENTRY_DIR (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_util.h | 182 .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) \
|
D | test_fs_util.c | 322 } 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()
|
D | test_fs_dirops.c | 135 (cp->type == FS_DIR_ENTRY_DIR) ? "/" : "", in check_layout()
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | testfs_dirops.c | 41 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/ |
D | test_fs.c | 245 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()
|
D | test_fs_dir_file.c | 456 if (entry.type == FS_DIR_ENTRY_DIR) { in _test_lsdir()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_dir.c | 87 if (entry.type == FS_DIR_ENTRY_DIR) { in test_lsdir()
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_common_dir.c | 98 if (entry.type == FS_DIR_ENTRY_DIR) { in test_lsdir()
|
/Zephyr-latest/samples/subsys/fs/fs_sample/src/ |
D | main.c | 221 if (entry.type == FS_DIR_ENTRY_DIR) { in lsdir()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_dir.c | 92 if (entry.type == FS_DIR_ENTRY_DIR) { in test_lsdir()
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs.h | 37 FS_DIR_ENTRY_DIR enumerator
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 115 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()
|
D | fat_fs.c | 377 FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE); in fatfs_readdir() 406 FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE); in fatfs_stat()
|
D | fs.c | 413 if (entry->type != FS_DIR_ENTRY_DIR) { in fs_readdir() 450 entry->type = FS_DIR_ENTRY_DIR; in fs_readdir()
|
D | shell.c | 151 if (entry.type != FS_DIR_ENTRY_DIR) { in cmd_cd() 198 (entry.type == FS_DIR_ENTRY_DIR) ? "/" : ""); in cmd_ls()
|
D | littlefs_fs.c | 495 FS_DIR_ENTRY_DIR : FS_DIR_ENTRY_FILE); in info_to_dirent()
|
/Zephyr-latest/lib/posix/options/ |
D | fs.c | 403 case FS_DIR_ENTRY_DIR: in stat()
|
/Zephyr-latest/samples/subsys/fs/littlefs/src/ |
D | main.c | 54 if (entry.type == FS_DIR_ENTRY_DIR) { in lsdir()
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_impl.c | 846 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/ |
D | settings_file.c | 526 if (entry.type != FS_DIR_ENTRY_DIR) { in mkdir_if_not_exists()
|