Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dcaps.c47 #define MAX_CAP_STR 20 macro
48 static char cap_str[MAX_CAP_STR][40];
79 if (last_cap_str == MAX_CAP_STR) in ceph_cap_string()