Lines Matching refs:seq_printf

213 		seq_printf(s, "\n=====[ partition info(%s). #%d ]=====\n",  in stat_show()
215 seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ", in stat_show()
217 seq_printf(s, "[SSA: %d] [MAIN: %d", in stat_show()
219 seq_printf(s, "(OverProv:%d Resv:%d)]\n\n", in stat_show()
221 seq_printf(s, "Utilization: %d%% (%d valid blocks)\n", in stat_show()
223 seq_printf(s, " - Node: %u (Inode: %u, ", in stat_show()
225 seq_printf(s, "Other: %u)\n - Data: %u\n", in stat_show()
228 seq_printf(s, " - Inline_data Inode: %u\n", in stat_show()
230 seq_printf(s, " - Inline_dentry Inode: %u\n", in stat_show()
232 seq_printf(s, "\nMain area: %d segs, %d secs %d zones\n", in stat_show()
235 seq_printf(s, " - COLD data: %d, %d, %d\n", in stat_show()
239 seq_printf(s, " - WARM data: %d, %d, %d\n", in stat_show()
243 seq_printf(s, " - HOT data: %d, %d, %d\n", in stat_show()
247 seq_printf(s, " - Dir dnode: %d, %d, %d\n", in stat_show()
251 seq_printf(s, " - File dnode: %d, %d, %d\n", in stat_show()
255 seq_printf(s, " - Indir nodes: %d, %d, %d\n", in stat_show()
259 seq_printf(s, "\n - Valid: %d\n - Dirty: %d\n", in stat_show()
263 seq_printf(s, " - Prefree: %d\n - Free: %d (%d)\n\n", in stat_show()
265 seq_printf(s, "CP calls: %d\n", si->cp_count); in stat_show()
266 seq_printf(s, "GC calls: %d (BG: %d)\n", in stat_show()
268 seq_printf(s, " - data segments : %d (%d)\n", in stat_show()
270 seq_printf(s, " - node segments : %d (%d)\n", in stat_show()
272 seq_printf(s, "Try to move %d blocks (BG: %d)\n", si->tot_blks, in stat_show()
274 seq_printf(s, " - data blocks : %d (%d)\n", si->data_blks, in stat_show()
276 seq_printf(s, " - node blocks : %d (%d)\n", si->node_blks, in stat_show()
278 seq_printf(s, "\nExtent Hit Ratio: %d / %d\n", in stat_show()
280 seq_printf(s, "\nExtent Tree Count: %d\n", si->ext_tree); in stat_show()
281 seq_printf(s, "\nExtent Node Count: %d\n", si->ext_node); in stat_show()
283 seq_printf(s, " - inmem: %4d, wb: %4d\n", in stat_show()
285 seq_printf(s, " - nodes: %4d in %4d\n", in stat_show()
287 seq_printf(s, " - dents: %4d in dirs:%4d\n", in stat_show()
289 seq_printf(s, " - meta: %4d in %4d\n", in stat_show()
291 seq_printf(s, " - NATs: %9d/%9d\n - SITs: %9d/%9d\n", in stat_show()
293 seq_printf(s, " - free_nids: %9d\n", in stat_show()
310 seq_printf(s, "IPU: %u blocks\n", si->inplace_count); in stat_show()
311 seq_printf(s, "SSR: %u blocks in %u segments\n", in stat_show()
313 seq_printf(s, "LFS: %u blocks in %u segments\n", in stat_show()
318 seq_printf(s, "\nBDF: %u, avg. vblocks: %u\n", in stat_show()
323 seq_printf(s, "\nMemory: %u KB\n", in stat_show()
325 seq_printf(s, " - static: %u KB\n", in stat_show()
327 seq_printf(s, " - cached: %u KB\n", in stat_show()
329 seq_printf(s, " - paged : %u KB\n", in stat_show()