Searched refs:statvfs (Results 1 – 1 of 1) sorted by relevance
891 struct statfs statvfs; in linvfs_read_super() local916 VFS_STATVFS(vfsp, &statvfs, NULL, error); in linvfs_read_super()921 sb->s_magic = statvfs.f_type; in linvfs_read_super()922 sb->s_blocksize = statvfs.f_bsize; in linvfs_read_super()923 sb->s_blocksize_bits = ffs(statvfs.f_bsize) - 1; in linvfs_read_super()