Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dfs.c377 struct fs_statvfs stat_vfs; in stat() local
385 rc = fs_statvfs(path, &stat_vfs); in stat()
411 buf->st_blksize = stat_vfs.f_bsize; in stat()
416 buf->st_blocks = (stat_file.size + stat_vfs.f_bsize - 1) / stat_vfs.f_bsize; in stat()