Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/subsys/fs/ext2/src/
Dtestfs_mount.c64 sbuf.f_bsize, sbuf.f_frsize, sbuf.f_blocks, sbuf.f_bfree); in ZTEST()
66 zassert_equal(sbuf.f_bsize, 1024, in ZTEST()
67 "Wrong block size %lu (expected %lu)", sbuf.f_bsize, 1024); in ZTEST()
115 sbuf.f_bsize, sbuf.f_frsize, sbuf.f_blocks, sbuf.f_bfree); in mkfs_custom_config()
117 zassert_equal(sbuf.f_bsize, cfg->block_size, in mkfs_custom_config()
118 "Wrong block size %lu (expected %lu)", sbuf.f_bsize, cfg->block_size); in mkfs_custom_config()
Dtestfs_ext_specific.c131 uint32_t bsize = sbuf.f_bsize; in writing_test()
169 uint32_t bsize = sbuf.f_bsize; in ZTEST()
/Zephyr-Core-3.7.0/tests/subsys/fs/littlefs/src/
Dtest_lfs_basic.c59 stat.f_bsize, stat.f_frsize, stat.f_blocks, stat.f_bfree); in clean_statvfs()
60 zassert_equal(stat.f_bsize, 16, in clean_statvfs()
88 stat.f_bsize, stat.f_frsize, stat.f_blocks, stat.f_bfree); in check_medium()
89 zassert_equal(stat.f_bsize, MEDIUM_IO_SIZE, in check_medium()
120 stat.f_bsize, stat.f_frsize, stat.f_blocks, stat.f_bfree); in check_large()
121 zassert_equal(stat.f_bsize, LARGE_IO_SIZE, in check_large()
Dtestfs_mkfs.c75 TC_PRINT("f_bsize= %lu", sbuf.f_bsize); in ZTEST()
77 zassert_equal(sbuf.f_bsize, 2 * CONFIG_FS_LITTLEFS_PROG_SIZE); in ZTEST()
Dtest_lfs_perf.c60 vfs.f_bsize, vfs.f_frsize, vfs.f_blocks, vfs.f_bfree); in write_read()
/Zephyr-Core-3.7.0/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_fs.c22 TC_PRINT("Optimal transfer block size = %lu\n", stat.f_bsize); in test_statvfs()
Dtest_fat_mkfs.c153 sbuf.f_bsize, sbuf.f_frsize, sbuf.f_blocks, sbuf.f_bfree); in ZTEST()
/Zephyr-Core-3.7.0/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_fs.c27 TC_PRINT("Optimal transfer block size = %lu\n", stat.f_bsize); in test_statvfs()
/Zephyr-Core-3.7.0/lib/posix/options/
Dfs.c394 buf->st_blksize = stat_vfs.f_bsize; in stat()
399 buf->st_blocks = (stat_file.size + stat_vfs.f_bsize - 1) / stat_vfs.f_bsize; in stat()
/Zephyr-Core-3.7.0/tests/subsys/fs/common/
Dtest_fs_dirops.c91 stat.f_bsize, stat.f_frsize, stat.f_blocks, stat.f_bfree); in build_layout()
105 stat.f_bsize, stat.f_frsize, stat.f_blocks, stat.f_bfree); in build_layout()
/Zephyr-Core-3.7.0/subsys/fs/
Dfat_fs.c434 stat->f_bsize = fs->ssize; in fatfs_statvfs()
436 stat->f_bsize = FF_MIN_SS; in fatfs_statvfs()
438 stat->f_frsize = fs->csize * stat->f_bsize; in fatfs_statvfs()
Dshell.c440 stat.f_bsize, stat.f_frsize, stat.f_blocks, stat.f_bfree); in cmd_statvfs()
Dlittlefs_fs.c565 stat->f_bsize = lfs->cfg->prog_size; in littlefs_statvfs()
/Zephyr-Core-3.7.0/include/zephyr/fs/
Dfs.h136 unsigned long f_bsize; member
/Zephyr-Core-3.7.0/samples/subsys/usb/mass/src/
Dmain.c179 sbuf.f_bsize, sbuf.f_frsize, in setup_disk()
/Zephyr-Core-3.7.0/tests/subsys/fs/fs_api/src/
Dtest_fs.c302 stat->f_bsize = 512; in temp_statvfs()
Dtest_fs_dir_file.c251 TC_PRINT("Optimal transfer block size = %lu\n", stat.f_bsize); in ZTEST()
/Zephyr-Core-3.7.0/samples/subsys/fs/littlefs/src/
Dmain.c367 sbuf.f_bsize, sbuf.f_frsize, in main()
/Zephyr-Core-3.7.0/subsys/fs/ext2/
Dext2_ops.c614 stat->f_bsize = fs->block_size; in ext2_statvfs()