Home
last modified time | relevance | path

Searched refs:sb_n_free (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/hpfs/
Dsuper.c150 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()
Dhpfs_fn.h71 unsigned sb_n_free; /* free blocks for statfs, or -1 */ member