Searched refs:xrep_notsupported (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/fs/xfs/scrub/ |
D | scrub.c | 222 .repair = xrep_notsupported, 228 .repair = xrep_notsupported, 234 .repair = xrep_notsupported, 241 .repair = xrep_notsupported, 248 .repair = xrep_notsupported, 255 .repair = xrep_notsupported, 261 .repair = xrep_notsupported, 267 .repair = xrep_notsupported, 273 .repair = xrep_notsupported, 279 .repair = xrep_notsupported, [all …]
|
D | repair.h | 11 static inline int xrep_notsupported(struct xfs_scrub *sc) in xrep_notsupported() function 83 #define xrep_probe xrep_notsupported 84 #define xrep_superblock xrep_notsupported 85 #define xrep_agf xrep_notsupported 86 #define xrep_agfl xrep_notsupported 87 #define xrep_agi xrep_notsupported
|