Searched refs:xrep_notsupported (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | scrub.c | 235 .repair = xrep_notsupported, 241 .repair = xrep_notsupported, 247 .repair = xrep_notsupported, 254 .repair = xrep_notsupported, 261 .repair = xrep_notsupported, 268 .repair = xrep_notsupported, 274 .repair = xrep_notsupported, 280 .repair = xrep_notsupported, 286 .repair = xrep_notsupported, 292 .repair = xrep_notsupported, [all …]
|
D | repair.h | 9 static inline int xrep_notsupported(struct xfs_scrub *sc) in xrep_notsupported() function 85 #define xrep_probe xrep_notsupported 86 #define xrep_superblock xrep_notsupported 87 #define xrep_agf xrep_notsupported 88 #define xrep_agfl xrep_notsupported 89 #define xrep_agi xrep_notsupported
|