Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dcaps.c53 #define MAX_CAP_STR 20 macro
54 static char cap_str[MAX_CAP_STR][40];
87 if (last_cap_str == MAX_CAP_STR) in ceph_cap_string()