Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsacl.h75 #define CIFS_SID_BASE_SIZE (1 + 1 + NUM_AUTHS) macro
H A Dcifsacl.c302 } else if (sidkey->datalen < CIFS_SID_BASE_SIZE) { in id_to_sid()
318 ksid_size = CIFS_SID_BASE_SIZE + (ksid->num_subauth * sizeof(__le32)); in id_to_sid()
/openbmc/linux/fs/smb/server/
H A Dsmbacl.h135 #define CIFS_SID_BASE_SIZE (1 + 1 + NUM_AUTHS) macro