Searched defs:cifs_ace (Results 1 – 2 of 2) sorted by relevance
73 struct cifs_ace { struct74 __u8 type;75 __u8 flags;76 __le16 size;77 __le32 access_req;78 struct cifs_sid sid; /* ie UUID of user or group who gets these perms */
3300 struct cifs_posix_ace *cifs_ace) in cifs_convert_ace()3367 static __u16 convert_ace_to_cifs_ace(struct cifs_posix_ace *cifs_ace, in convert_ace_to_cifs_ace()