Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsproto.h509 char *acl_inf, const int buflen, const int acl_type,
513 const char *local_acl, const int buflen, const int acl_type,
Dcifssmb.c3448 const int acl_type, const int size_of_data_area) in cifs_copy_posix_acl() argument
3460 if (acl_type == ACL_TYPE_ACCESS) { in cifs_copy_posix_acl()
3471 } else if (acl_type == ACL_TYPE_DEFAULT) { in cifs_copy_posix_acl()
3526 const int buflen, const int acl_type) in ACL_to_cifs_posix() argument
3547 if (acl_type == ACL_TYPE_ACCESS) { in ACL_to_cifs_posix()
3550 } else if (acl_type == ACL_TYPE_DEFAULT) { in ACL_to_cifs_posix()
3554 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in ACL_to_cifs_posix()
3575 char *acl_inf, const int buflen, const int acl_type, in CIFSSMBGetPosixACL() argument
3652 buflen, acl_type, count); in CIFSSMBGetPosixACL()
3665 const int acl_type, in CIFSSMBSetPosixACL() argument
[all …]