Home
last modified time | relevance | path

Searched defs:smb_ace (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsacl.h114 struct smb_ace { struct
115 __u8 type; /* see above and MS-DTYP 2.4.4.1 */
116 __u8 flags;
117 __le16 size;
118 __le32 access_req;
119 struct smb_sid sid; /* ie UUID of user or group who gets these perms */
/openbmc/linux/fs/smb/server/
H A Dsmbacl.h143 struct smb_ace { struct
144 __u8 type;
145 __u8 flags;
146 __le16 size;
147 __le32 access_req;
148 struct smb_sid sid; /* ie UUID of user or group who gets these perms */