Lines Matching refs:BSIZE
94 #define BSIZE 512 in setup_filer() macro
97 .f_bsize = BSIZE, in setup_filer()
98 .f_frsize = BSIZE, in setup_filer()
99 .f_blocks = TOTAL / BSIZE, in setup_filer()
100 .f_bfree = (TOTAL - USED) / BSIZE, in setup_filer()
101 .f_bavail = (TOTAL - USED) / BSIZE, in setup_filer()
107 #undef BSIZE in setup_filer()
125 #define BSIZE 4096 /* Guess */ in setup_ld0g() macro
129 .f_bsize = BSIZE, in setup_ld0g()
130 .f_frsize = BSIZE, in setup_ld0g()
131 .f_blocks = TOTAL / BSIZE, in setup_ld0g()
132 .f_bfree = (TOTAL - USED) / BSIZE, in setup_ld0g()
133 .f_bavail = AVAIL / BSIZE, in setup_ld0g()
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_ld0g()
140 #undef BSIZE in setup_ld0g()
157 #define BSIZE 4096 /* Guess */ in setup_strpct() macro
161 .f_bsize = BSIZE, in setup_strpct()
162 .f_frsize = BSIZE, in setup_strpct()
163 .f_blocks = TOTAL / BSIZE, in setup_strpct()
164 .f_bfree = (TOTAL - USED) / BSIZE, in setup_strpct()
165 .f_bavail = AVAIL / BSIZE, in setup_strpct()
166 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_strpct()
172 #undef BSIZE in setup_strpct()
186 #define BSIZE 512 in setup_pr23600() macro
190 .f_bsize = BSIZE, in setup_pr23600()
191 .f_frsize = BSIZE, in setup_pr23600()
201 #undef BSIZE in setup_pr23600()