Searched refs:xchk_xfile_ag_descr (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | refcount_repair.c | 129 descr = xchk_xfile_ag_descr(sc, "rmap record bag"); in xrep_setup_ag_refcountbt() 720 descr = xchk_xfile_ag_descr(sc, "reference count records"); in xrep_refcountbt()
|
H A D | rtrefcount_repair.c | 134 descr = xchk_xfile_ag_descr(sc, "rmap record bag"); in xrep_setup_rtrefcountbt() 751 descr = xchk_xfile_ag_descr(sc, "reference count records"); in xrep_rtrefcountbt()
|
H A D | common.h | 256 #define xchk_xfile_ag_descr(sc, fmt, ...) \ macro
|
H A D | ialloc_repair.c | 819 descr = xchk_xfile_ag_descr(sc, "inode index records"); in xrep_iallocbt()
|
H A D | alloc_repair.c | 879 descr = xchk_xfile_ag_descr(sc, "free space records"); in xrep_allocbt()
|
H A D | agheader_repair.c | 1745 descr = xchk_xfile_ag_descr(sc, "iunlinked next pointers"); in xrep_agi() 1752 descr = xchk_xfile_ag_descr(sc, "iunlinked prev pointers"); in xrep_agi()
|
H A D | rmap_repair.c | 172 descr = xchk_xfile_ag_descr(sc, "reverse mapping records"); in xrep_setup_ag_rmapbt()
|