Searched refs:SID_STRING_BASE_SIZE (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ | ||
D | cifsacl.h | 65 #define SID_STRING_BASE_SIZE (2 + 3 + 15 + 1) macro |
D | cifsacl.c | 124 sidstr = kmalloc(3 + SID_STRING_BASE_SIZE + in sid_to_key_str() |