Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlproc_lmv.c91 #define MAX_POLICY_STRING_SIZE 64 macro
99 char dummy[MAX_POLICY_STRING_SIZE + 1]; in placement_store()
103 memcpy(dummy, buffer, MAX_POLICY_STRING_SIZE); in placement_store()
105 if (count > MAX_POLICY_STRING_SIZE) in placement_store()
106 count = MAX_POLICY_STRING_SIZE; in placement_store()