Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds