Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsacl.h124 struct cifs_ace { struct
125 __u8 type; /* see above and MS-DTYP 2.4.4.1 */
126 __u8 flags;
127 __le16 size;
128 __le32 access_req;
129 struct cifs_sid sid; /* ie UUID of user or group who gets these perms */
Dcifssmb.c3419 struct cifs_posix_ace *cifs_ace) in cifs_convert_ace()
3491 static void convert_ace_to_cifs_ace(struct cifs_posix_ace *cifs_ace, in convert_ace_to_cifs_ace()