Home
last modified time | relevance | path

Searched refs:ANYSINT_MAX (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Dutil.c70 if ((i > 0 && ANYSINT_MAX(type) / 1024 < i) || \
71 (i < 0 && -ANYSINT_MAX(type) / 1024 > i)) \
H A Dutil.h221 #define ANYSINT_MAX(t) \ macro
/linux-6.15/fs/bcachefs/
H A Dutil.c195 int ret = __bch2_strtoh(cp, &v, ANYSINT_MAX(type), \
196 ANYSINT_MAX(type) != ((type) ~0ULL)); \
H A Dutil.h82 #define ANYSINT_MAX(t) \ macro
H A Dfs-io.c392 from, ANYSINT_MAX(loff_t)); in bch2_truncate_folio()