Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcifssmb.c2910 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()
Dcifspdu.h2403 struct cifs_posix_ace { /* access control entry (ACE) */ struct
2413 struct cifs_posix_ace ace_array[]; argument