MCPcopy Create free account
hub / github.com/RsyncProject/rsync / uncache_tmp_acls

Function uncache_tmp_acls

acls.c:843–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843void uncache_tmp_acls(void)
844{
845 if (prior_access_count != (size_t)-1) {
846 uncache_duo_acls(&access_acl_list, prior_access_count);
847 prior_access_count = (size_t)-1;
848 }
849
850 if (prior_default_count != (size_t)-1) {
851 uncache_duo_acls(&default_acl_list, prior_default_count);
852 prior_default_count = (size_t)-1;
853 }
854}
855
856#ifndef HAVE_OSX_ACLS
857static mode_t change_sacl_perms(SMB_ACL_T sacl, rsync_acl *racl, mode_t old_mode, mode_t mode)

Callers 1

make_backupFunction · 0.85

Calls 1

uncache_duo_aclsFunction · 0.85

Tested by

no test coverage detected