Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ceph/
Dcaps.c56 #define MAX_CAP_STR 20 macro
57 static char cap_str[MAX_CAP_STR][40];
90 if (last_cap_str == MAX_CAP_STR) in ceph_cap_string()