Searched refs:sb_n_free (Results 1 – 2 of 2) sorted by relevance
150 sbi->sb_n_free = count_bitmaps(s); in hpfs_statfs()156 buf->f_bfree = sbi->sb_n_free; in hpfs_statfs()157 buf->f_bavail = sbi->sb_n_free; in hpfs_statfs()543 sbi->sb_n_free = -1; in hpfs_fill_super()
71 unsigned sb_n_free; /* free blocks for statfs, or -1 */ member