the_entry        2617 source3/smbd/posix_acls.c 		SMB_ACL_ENTRY_T the_entry;
the_entry        2638 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_CREATE_ENTRY(conn, &the_acl, &the_entry) == -1) {
the_entry        2645 source3/smbd/posix_acls.c 			mask_entry = the_entry;
the_entry        2664 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_SET_TAG_TYPE(conn, the_entry, p_ace->type) == -1) {
the_entry        2676 source3/smbd/posix_acls.c 			if (SMB_VFS_SYS_ACL_SET_QUALIFIER(conn, the_entry,(void *)&p_ace->unix_ug.uid) == -1) {
the_entry        2687 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_GET_PERMSET(conn, the_entry, &the_permset) == -1) {
the_entry        2703 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_SET_PERMSET(conn, the_entry, the_permset) == -1) {
the_entry        4227 source3/smbd/posix_acls.c 		SMB_ACL_ENTRY_T the_entry;
the_entry        4231 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_CREATE_ENTRY(conn, &the_acl, &the_entry) == -1) {
the_entry        4243 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_SET_TAG_TYPE(conn, the_entry, tag_type) == -1) {
the_entry        4250 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_GET_PERMSET(conn, the_entry, &the_permset) == -1) {
the_entry        4264 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_SET_PERMSET(conn, the_entry, the_permset) == -1) {
the_entry        4273 source3/smbd/posix_acls.c 			if (SMB_VFS_SYS_ACL_SET_QUALIFIER(conn, the_entry,(void *)&uid) == -1) {
the_entry        4283 source3/smbd/posix_acls.c 			if (SMB_VFS_SYS_ACL_SET_QUALIFIER(conn, the_entry,(void *)&gid) == -1) {