Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c939 #define LU_SITE_BITS_MIN 12 macro
959 for (bits = min(max(LU_SITE_BITS_MIN, bits), LU_SITE_BITS_MAX); in lu_site_init()
960 bits >= LU_SITE_BITS_MIN; bits--) { in lu_site_init()