GENERIC_MAXDIRSIZ
dirbuflen = max(DEV_BSIZE, GENERIC_MAXDIRSIZ);
dirbuflen = MAX(DEV_BSIZE, GENERIC_MAXDIRSIZ);
dirbuflen = MAX(DEV_BSIZE, GENERIC_MAXDIRSIZ);
if (__predict_false(dirbuflen < GENERIC_MAXDIRSIZ)) {
dirbuflen = max(DEV_BSIZE, GENERIC_MAXDIRSIZ);