Searched refs:acl_inf (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsproto.h | 530 __u16 fid, struct cifs_ntsd **acl_inf, __u32 *buflen); 535 char *acl_inf, const int buflen, const int acl_type,
|
D | cifssmb.c | 3554 char *acl_inf, const int buflen, const int acl_type, in CIFSSMBGetPosixACL() argument 3627 rc = cifs_copy_posix_acl(acl_inf, in CIFSSMBGetPosixACL() 3892 struct cifs_ntsd **acl_inf, __u32 *pbuflen) in CIFSSMBGetCIFSACL() argument 3903 *acl_inf = NULL; in CIFSSMBGetCIFSACL() 3942 pSMBr, parm, *acl_inf); in CIFSSMBGetCIFSACL() 3968 *acl_inf = kmemdup(pdata, *pbuflen, GFP_KERNEL); in CIFSSMBGetCIFSACL() 3969 if (*acl_inf == NULL) { in CIFSSMBGetCIFSACL()
|