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

/linux-master/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.h284 #define ANYSINT_MAX(t) \ macro
/linux-master/fs/bcachefs/
H A Dutil.c195 int ret = __bch2_strtoh(cp, &v, ANYSINT_MAX(type), \
196 ANYSINT_MAX(type) != ((type) ~0ULL)); \
H A Dutil.h186 #define ANYSINT_MAX(t) \ macro
H A Dfs-io.c357 from, ANYSINT_MAX(loff_t));

Completed in 299 milliseconds