Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsproto.h526 __u16 fid, struct cifs_ntsd **acl_inf, __u32 *buflen);
531 char *acl_inf, const int buflen, const int acl_type,
Dcifssmb.c3446 char *acl_inf, const int buflen, const int acl_type, in CIFSSMBGetPosixACL() argument
3519 rc = cifs_copy_posix_acl(acl_inf, in CIFSSMBGetPosixACL()
3784 struct cifs_ntsd **acl_inf, __u32 *pbuflen) in CIFSSMBGetCIFSACL() argument
3795 *acl_inf = NULL; in CIFSSMBGetCIFSACL()
3834 pSMBr, parm, *acl_inf); in CIFSSMBGetCIFSACL()
3860 *acl_inf = kmemdup(pdata, *pbuflen, GFP_KERNEL); in CIFSSMBGetCIFSACL()
3861 if (*acl_inf == NULL) { in CIFSSMBGetCIFSACL()