Searched refs:xrep_notsupported (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/xfs/scrub/ |
D | scrub.c | 220 .repair = xrep_notsupported, 226 .repair = xrep_notsupported, 232 .repair = xrep_notsupported, 239 .repair = xrep_notsupported, 246 .repair = xrep_notsupported, 253 .repair = xrep_notsupported, 259 .repair = xrep_notsupported, 265 .repair = xrep_notsupported, 271 .repair = xrep_notsupported, 277 .repair = xrep_notsupported, [all …]
|
D | repair.h | 11 static inline int xrep_notsupported(struct xfs_scrub *sc) in xrep_notsupported() function 86 #define xrep_probe xrep_notsupported 87 #define xrep_superblock xrep_notsupported 88 #define xrep_agf xrep_notsupported 89 #define xrep_agfl xrep_notsupported 90 #define xrep_agi xrep_notsupported
|