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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dsuper.c141 /*if (sbi->sb_n_free == -1) {*/
142 sbi->sb_n_free = count_bitmaps(s);
148 buf->f_bfree = sbi->sb_n_free;
149 buf->f_bavail = sbi->sb_n_free;
527 sbi->sb_n_free = -1;
H A Dhpfs_fn.h73 unsigned sb_n_free; /* free blocks for statfs, or -1 */ member in struct:hpfs_sb_info

Completed in 27 milliseconds