Searched refs:cifs_posix_ace (Results 1 – 2 of 2) sorted by relevance
2910 struct cifs_posix_ace *cifs_ace) in cifs_init_posix_acl()2945 struct cifs_posix_ace *pACE; in cifs_to_posix_acl()2957 size += sizeof(struct cifs_posix_ace) * count; in cifs_to_posix_acl()2967 size += sizeof(struct cifs_posix_ace) * count; in cifs_to_posix_acl()2971 size += sizeof(struct cifs_posix_ace) * count; in cifs_to_posix_acl()2999 static void cifs_init_ace(struct cifs_posix_ace *cifs_ace, in cifs_init_ace()3064 rc = (__u16)(count * sizeof(struct cifs_posix_ace)); in posix_acl_to_cifs()
2403 struct cifs_posix_ace { /* access control entry (ACE) */ struct2413 struct cifs_posix_ace ace_array[]; argument