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

/linux-4.4.14/fs/jfs/
H A Djfs_logmgr.c205 static struct lmStat { struct
211 } lmStat; variable in typeref:struct:lmStat
517 INCREMENT(lmStat.commit); /* # of commit */ lmWriteRecord()
800 INCREMENT(lmStat.full_page); lmGCwrite()
807 INCREMENT(lmStat.partial_page); lmGCwrite()
2158 INCREMENT(lmStat.submitted); lbmStartIO()
2244 INCREMENT(lmStat.pagedone); lbmIODone()
2507 lmStat.commit, jfs_lmstats_proc_show()
2508 lmStat.submitted, jfs_lmstats_proc_show()
2509 lmStat.pagedone, jfs_lmstats_proc_show()
2510 lmStat.full_page, jfs_lmstats_proc_show()
2511 lmStat.partial_page); jfs_lmstats_proc_show()

Completed in 86 milliseconds