file_ace 432 source3/modules/vfs_afsacl.c struct afs_ace *file_ace; file_ace 435 source3/modules/vfs_afsacl.c for (file_ace = file_acl->acelist; file_ace 436 source3/modules/vfs_afsacl.c file_ace != NULL; file_ace 437 source3/modules/vfs_afsacl.c file_ace = file_ace->next) { file_ace 438 source3/modules/vfs_afsacl.c if (!same_principal(ace, file_ace)) file_ace 442 source3/modules/vfs_afsacl.c ace->rights | file_ace->rights); file_ace 1516 source3/smbd/posix_acls.c canon_ace *file_ace = NULL; file_ace 1606 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 1683 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 1732 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 1752 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 1777 source3/smbd/posix_acls.c DLIST_ADD_END(file_ace, current_ace, canon_ace *); file_ace 1790 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 1822 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 1824 source3/smbd/posix_acls.c file_ace = NULL; file_ace 1833 source3/smbd/posix_acls.c if (file_ace) { file_ace 1834 source3/smbd/posix_acls.c check_owning_objs(file_ace, pfile_owner_sid, pfile_grp_sid); file_ace 1841 source3/smbd/posix_acls.c *ppfile_ace = file_ace; file_ace 2207 source3/smbd/posix_acls.c canon_ace *file_ace = NULL; file_ace 2230 source3/smbd/posix_acls.c &file_ace, &dir_ace, psd->dacl)) file_ace 2233 source3/smbd/posix_acls.c if ((file_ace == NULL) && (dir_ace == NULL)) { file_ace 2245 source3/smbd/posix_acls.c print_canon_ace_list( "file ace - before merge", file_ace); file_ace 2246 source3/smbd/posix_acls.c merge_aces( &file_ace ); file_ace 2256 source3/smbd/posix_acls.c print_canon_ace_list( "file ace - before deny", file_ace); file_ace 2257 source3/smbd/posix_acls.c process_deny_list( &file_ace); file_ace 2268 source3/smbd/posix_acls.c print_canon_ace_list( "file ace - before valid", file_ace); file_ace 2277 source3/smbd/posix_acls.c if (!ensure_canon_entry_valid(&file_ace, fsp->conn->params, fsp->is_directory, pfile_owner_sid, pfile_grp_sid, pst, True)) { file_ace 2278 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 2294 source3/smbd/posix_acls.c free_canon_ace_list(file_ace); file_ace 2299 source3/smbd/posix_acls.c print_canon_ace_list( "file ace - return", file_ace); file_ace 2302 source3/smbd/posix_acls.c *ppfile_ace = file_ace; file_ace 3053 source3/smbd/posix_acls.c canon_ace *file_ace = NULL; file_ace 3087 source3/smbd/posix_acls.c file_ace = canonicalise_acl(conn, name, posix_acl, sbuf, file_ace 3093 source3/smbd/posix_acls.c if (count_canon_ace_list(file_ace) == 0) { file_ace 3132 source3/smbd/posix_acls.c ace = canon_ace_entry_for(file_ace, SMB_ACL_OTHER, NULL); file_ace 3134 source3/smbd/posix_acls.c DLIST_REMOVE(file_ace, ace); file_ace 3156 source3/smbd/posix_acls.c ace = canon_ace_entry_for(file_ace, SMB_ACL_GROUP_OBJ, NULL); file_ace 3158 source3/smbd/posix_acls.c DLIST_REMOVE(file_ace, ace); file_ace 3163 source3/smbd/posix_acls.c num_acls = count_canon_ace_list(file_ace); file_ace 3178 source3/smbd/posix_acls.c for (ace = file_ace; ace != NULL; ace = ace->next) { file_ace 3298 source3/smbd/posix_acls.c free_canon_ace_list(file_ace);