mask_entry 2583 source3/smbd/posix_acls.c SMB_ACL_ENTRY_T mask_entry; mask_entry 2645 source3/smbd/posix_acls.c mask_entry = the_entry; mask_entry 2715 source3/smbd/posix_acls.c if (SMB_VFS_SYS_ACL_CREATE_ENTRY(conn, &the_acl, &mask_entry) == -1) { mask_entry 2720 source3/smbd/posix_acls.c if (SMB_VFS_SYS_ACL_SET_TAG_TYPE(conn, mask_entry, SMB_ACL_MASK) == -1) { mask_entry 2725 source3/smbd/posix_acls.c if (SMB_VFS_SYS_ACL_GET_PERMSET(conn, mask_entry, &mask_permset) == -1) { mask_entry 2735 source3/smbd/posix_acls.c if (SMB_VFS_SYS_ACL_SET_PERMSET(conn, mask_entry, mask_permset) == -1) {