ST_RDONLY
if ((st.f_flag & ST_RDONLY) != 0)
statvfs->f_flag = info.flags & B_FS_IS_READONLY ? ST_RDONLY : 0;