Home
last modified time | relevance | path

Searched refs:OPT_BOOL (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dopts.h228 OPT_BOOL(), \
233 OPT_BOOL(), \
238 OPT_BOOL(), \
248 OPT_BOOL(), \
253 OPT_BOOL(), \
275 OPT_BOOL(), \
280 OPT_BOOL(), \
285 OPT_BOOL(), \
290 OPT_BOOL(), \
295 OPT_BOOL(), \
[all …]
H A Dopts.c232 #define OPT_BOOL() .type = BCH_OPT_BOOL, .min = 0, .max = 2 macro