Searched refs:f_bsize (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/posix/sys/
H A Dstatvfs.h13 unsigned long f_bsize; /* block size */ member in struct:statvfs
/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c20 statvfs->f_frsize = statvfs->f_bsize = info.block_size;
/haiku/src/tools/fs_shell/
H A Dfuse.cpp392 sfs->f_bsize = sfs->f_frsize = info.block_size;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp914 info->block_size = st.f_bsize;

Completed in 58 milliseconds