Home
last modified time | relevance | path

Searched refs:cifs_posix_ace (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dcifssmb.c2894 struct cifs_posix_ace *cifs_ace) in cifs_init_posix_acl()
2929 struct cifs_posix_ace *pACE; in cifs_to_posix_acl()
2941 size += sizeof(struct cifs_posix_ace) * count; in cifs_to_posix_acl()
2951 size += sizeof(struct cifs_posix_ace) * count; in cifs_to_posix_acl()
2955 size += sizeof(struct cifs_posix_ace) * count; in cifs_to_posix_acl()
2983 static void cifs_init_ace(struct cifs_posix_ace *cifs_ace, in cifs_init_ace()
3048 rc = (__u16)(count * sizeof(struct cifs_posix_ace)); in posix_acl_to_cifs()
Dcifspdu.h2399 struct cifs_posix_ace { /* access control entry (ACE) */ struct
2409 struct cifs_posix_ace ace_array[]; argument