Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ statfs
Class
statfs
tinyemu/fs_disk.c:148–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
{
147
FSDeviceDisk *fs = (FSDeviceDisk *)fs1;
148
struct statfs st1;
149
statfs(fs->root_path, &st1);
150
st->f_bsize = st1.f_bsize;
151
st->f_blocks = st1.f_blocks;
Callers
1
fs_statfs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected