Searched refs:local_acl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifssmb.c | 3442 struct posix_acl_xattr_header *local_acl = (void *)trgt; in cifs_copy_posix_acl() local 3475 if ((buflen == 0) || (local_acl == NULL)) { in cifs_copy_posix_acl() 3480 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in cifs_copy_posix_acl() 3482 local_acl->a_version = cpu_to_le32(POSIX_ACL_XATTR_VERSION); in cifs_copy_posix_acl() 3514 struct posix_acl_xattr_header *local_acl = (void *)pACL; in ACL_to_cifs_posix() local 3515 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in ACL_to_cifs_posix() 3524 count, buflen, le32_to_cpu(local_acl->a_version)); in ACL_to_cifs_posix() 3525 if (le32_to_cpu(local_acl->a_version) != 2) { in ACL_to_cifs_posix() 3527 le32_to_cpu(local_acl->a_version)); in ACL_to_cifs_posix() 3641 const char *local_acl, cons in CIFSSMBSetPosixACL() 3639 CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const char *local_acl, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) CIFSSMBSetPosixACL() argument [all...] |
H A D | cifsproto.h | 541 const char *local_acl, const int buflen, const int acl_type,
|
Completed in 7 milliseconds